Add OTLP span exporter builder customizers
This commit adds customizers for both OtlpHttpSpanExporterBuilder and OtlpGrpcSpanExporterBuilder. See gh-44900 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
This commit is contained in:
committed by
Moritz Halbritter
parent
49db6dd276
commit
19004e028b
@@ -150,6 +150,8 @@ Tracing with OpenTelemetry and reporting using OTLP requires the following depen
|
||||
|
||||
Use the `management.otlp.tracing.*` configuration properties to configure reporting using OTLP.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
[[actuator.micrometer-tracing.tracer-implementations.brave-zipkin]]
|
||||
|
||||
Reference in New Issue
Block a user