Improve documentation of tracing deps and config props

See gh-34991
This commit is contained in:
Robert K
2023-04-14 15:12:04 +02:00
committed by Andy Wilkinson
parent cb4be7aee9
commit dfe60cb2d3

View File

@@ -95,6 +95,7 @@ All tracer implementations need the `org.springframework.boot:spring-boot-starte
* `io.micrometer:micrometer-tracing-bridge-brave` - which is needed to bridge the Micrometer Observation API to Brave.
* `io.zipkin.reporter2:zipkin-reporter-brave` - which is needed to report traces to Zipkin.
* Point the property `management.zipkin.tracing.endpoint` to the Zipkin server
NOTE: If your project doesn't use Spring MVC or Spring WebFlux, the `io.zipkin.reporter2:zipkin-sender-urlconnection` dependency is needed, too.