File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,12 @@ Use the `management.wavefront.*` configuration properties to configure reporting
98
98
99
99
[[actuator.micrometer-tracing.tracer-implementations.otel-otlp]]
100
100
==== OpenTelemetry With OTLP
101
+ Tracing with OpenTelemetry and reporting using OTLP requires the following dependencies:
101
102
102
- * `io.micrometer:micrometer-tracing-bridge-otel` - which is needed to bridge the Micrometer Observation API to OpenTelemetry.
103
- * `io.opentelemetry:opentelemetry-exporter-otlp` - which is needed to report traces to a collector that can accept OTLP.
103
+ * `io.micrometer:micrometer-tracing-bridge-otel` - bridges the Micrometer Observation API to OpenTelemetry.
104
+ * `io.opentelemetry:opentelemetry-exporter-otlp` - report traces to a collector that can accept OTLP.
105
+
106
+ Use the `management.otlp.tracing.*` configuration properties to configure reporting using OTLP.
104
107
105
108
106
109
You can’t perform that action at this time.
0 commit comments