We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4be7a commit dfe60cbCopy full SHA for dfe60cb
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc
@@ -95,6 +95,7 @@ All tracer implementations need the `org.springframework.boot:spring-boot-starte
95
96
* `io.micrometer:micrometer-tracing-bridge-brave` - which is needed to bridge the Micrometer Observation API to Brave.
97
* `io.zipkin.reporter2:zipkin-reporter-brave` - which is needed to report traces to Zipkin.
98
+* Point the property `management.zipkin.tracing.endpoint` to the Zipkin server
99
100
NOTE: If your project doesn't use Spring MVC or Spring WebFlux, the `io.zipkin.reporter2:zipkin-sender-urlconnection` dependency is needed, too.
101
0 commit comments