Skip to content

Commit f2e5eab

Browse files
committed
Polish does for reporting traces using OTLP
See gh-34508
1 parent 2bccd58 commit f2e5eab

File tree

1 file changed

+5
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+5
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,12 @@ Use the `management.wavefront.*` configuration properties to configure reporting
9898

9999
[[actuator.micrometer-tracing.tracer-implementations.otel-otlp]]
100100
==== OpenTelemetry With OTLP
101+
Tracing with OpenTelemetry and reporting using OTLP requires the following dependencies:
101102

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.
104107

105108

106109

0 commit comments

Comments
 (0)