Skip to content

Commit f36d9a9

Browse files
committed
Polish "Add OTLP span exporter builder customizers"
See gh-44900
1 parent 19004e0 commit f36d9a9

File tree

1 file changed

+3
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/tracing.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ Tracing with OpenTelemetry and reporting using OTLP requires the following depen
150150

151151
Use the `management.otlp.tracing.*` configuration properties to configure reporting using OTLP.
152152

153-
NOTE: If you need to apply advanced customizations to OTLP span exporters, consider registering javadoc:org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpHttpSpanExporterBuilderCustomizer[] or javadoc:org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpGrpcSpanExporterBuilderCustomizer[] beans. These will be invoked **before** the creation of the `OtlpHttpSpanExporter` or `OtlpGrpcSpanExporter`. The customizers take precedence over anything applied by the auto-configuration.
153+
NOTE: If you need to apply advanced customizations to OTLP span exporters, consider registering javadoc:org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpHttpSpanExporterBuilderCustomizer[] or javadoc:org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpGrpcSpanExporterBuilderCustomizer[] beans.
154+
These will be invoked before the creation of the `OtlpHttpSpanExporter` or `OtlpGrpcSpanExporter`.
155+
The customizers take precedence over anything applied by the auto-configuration.
154156

155157

156158

0 commit comments

Comments
 (0)