Remove incorrect note about zipkin-sender-urlconnection

Closes gh-41181
This commit is contained in:
Moritz Halbritter 2024-06-21 10:41:35 +02:00
parent 7c6d40f777
commit 78f9d6d973

View File

@ -157,8 +157,6 @@ Tracing with OpenZipkin Brave and reporting to Zipkin requires the following dep
* `io.micrometer:micrometer-tracing-bridge-brave` - bridges the Micrometer Observation API to Brave.
* `io.zipkin.reporter2:zipkin-reporter-brave` - reports traces to Zipkin.
NOTE: If your project doesn't use Spring MVC or Spring WebFlux, the `io.zipkin.reporter2:zipkin-sender-urlconnection` dependency is needed, too.
Use the `management.zipkin.tracing.*` configuration properties to configure reporting to Zipkin.