Uses of Interface
org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
Package
Description
Auto-configuration for Micrometer Tracing.
-
Uses of SpanExporters in org.springframework.boot.actuate.autoconfigure.tracing
Modifier and TypeMethodDescriptionstatic SpanExporters
SpanExporters.of
(io.opentelemetry.sdk.trace.export.SpanExporter... spanExporters) Constructs aSpanExporters
instance with the givenspan exporters
.static SpanExporters
SpanExporters.of
(Collection<? extends io.opentelemetry.sdk.trace.export.SpanExporter> spanExporters) Constructs aSpanExporters
instance with the given list ofspan exporters
.