Class PropagatorConfiguration
java.lang.Object
io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ContextPropagators
configurePropagators
(ConfigProperties config, SpiHelper spiHelper, BiFunction<? super TextMapPropagator, ConfigProperties, ? extends TextMapPropagator> propagatorCustomizer) private static TextMapPropagator
getPropagator
(String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager)
-
Field Details
-
DEFAULT_PROPAGATORS
-
-
Constructor Details
-
PropagatorConfiguration
private PropagatorConfiguration()
-
-
Method Details
-
configurePropagators
static ContextPropagators configurePropagators(ConfigProperties config, SpiHelper spiHelper, BiFunction<? super TextMapPropagator, ConfigProperties, ? extends TextMapPropagator> propagatorCustomizer) -
getPropagator
private static TextMapPropagator getPropagator(String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager)
-