We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://docs.spring.io/spring-boot/reference/actuator/tracing.html, there's this text:
If your project doesn’t use Spring MVC or Spring WebFlux, the io.zipkin.reporter2:zipkin-sender-urlconnection dependency is needed, too.
This is not true anymore as of Boot 3.3.0, which shipped with a HttpClient based Zipkin sender, which will be used if there's no MVC or Webflux.
HttpClient
The text was updated successfully, but these errors were encountered:
78f9d6d
mhalbritter
No branches or pull requests
In https://docs.spring.io/spring-boot/reference/actuator/tracing.html, there's this text:
This is not true anymore as of Boot 3.3.0, which shipped with a
HttpClient
based Zipkin sender, which will be used if there's no MVC or Webflux.The text was updated successfully, but these errors were encountered: