@@ -76,34 +76,50 @@ All tracer implementations need the `org.springframework.boot:spring-boot-starte
7676
7777[[actuator.micrometer-tracing.tracer-implementations.otel-zipkin]]
7878==== OpenTelemetry With Zipkin
79+ Tracing with OpenTelemetry and reporting to Zipkin requires the following dependencies:
7980
80- * `io.micrometer:micrometer-tracing-bridge-otel` - which is needed to bridge the Micrometer Observation API to OpenTelemetry.
81- * `io.opentelemetry:opentelemetry-exporter-zipkin` - which is needed to report traces to Zipkin.
81+ * `io.micrometer:micrometer-tracing-bridge-otel` - bridges the Micrometer Observation API to OpenTelemetry.
82+ * `io.opentelemetry:opentelemetry-exporter-zipkin` - reports traces to Zipkin.
83+
84+ Use the `management.zipkin.tracing.*` configuration properties to configure reporting to Zipkin.
8285
8386
8487
8588[[actuator.micrometer-tracing.tracer-implementations.otel-wavefront]]
8689==== OpenTelemetry With Wavefront
90+ Tracing with OpenTelemetry and reporting to Wavefront requires the following dependencies:
8791
88- * `io.micrometer:micrometer-tracing-bridge-otel` - which is needed to bridge the Micrometer Observation API to OpenTelemetry.
89- * `io.micrometer:micrometer-tracing-reporter-wavefront` - which is needed to report traces to Wavefront.
92+ * `io.micrometer:micrometer-tracing-bridge-otel` - bridges the Micrometer Observation API to OpenTelemetry.
93+ * `io.micrometer:micrometer-tracing-reporter-wavefront` - reports traces to Wavefront.
94+
95+ Use the `management.wavefront.*` configuration properties to configure reporting to Wavefront.
9096
9197
9298
9399[[actuator.micrometer-tracing.tracer-implementations.brave-zipkin]]
94100==== OpenZipkin Brave With Zipkin
101+ Tracing with OpenZipkin Brave and reporting to Zipkin requires the following dependencies:
95102
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.
103+ * `io.micrometer:micrometer-tracing-bridge-brave` - bridges the Micrometer Observation API to Brave.
104+ * `io.zipkin.reporter2:zipkin-reporter-brave` - reports traces to Zipkin.
98105
99106NOTE: If your project doesn't use Spring MVC or Spring WebFlux, the `io.zipkin.reporter2:zipkin-sender-urlconnection` dependency is needed, too.
100107
108+ Use the `management.zipkin.tracing.*` configuration properties to configure reporting to Zipkin.
109+
110+
111+
101112[[actuator.micrometer-tracing.tracer-implementations.brave-wavefront]]
102113==== OpenZipkin Brave With Wavefront
114+ Tracing with OpenZipkin Brave and reporting to Wavefront requires the following dependencies:
103115
104116* `io.micrometer:micrometer-tracing-bridge-brave` - which is needed to bridge the Micrometer Observation API to Brave.
105117* `io.micrometer:micrometer-tracing-reporter-wavefront` - which is needed to report traces to Wavefront.
106118
119+ Use the `management.wavefront.*` configuration properties to configure reporting to Wavefront.
120+
121+
122+
107123[[actuator.micrometer-tracing.micrometer-observation]]
108124=== Integration with Micrometer Observation
109125
0 commit comments