Class PropagatorConfiguration
- java.lang.Object
-
- io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration
-
final class PropagatorConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.List<java.lang.String>
DEFAULT_PROPAGATORS
-
Constructor Summary
Constructors Modifier Constructor Description private
PropagatorConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ContextPropagators
configurePropagators(ConfigProperties config, SpiHelper spiHelper, java.util.function.BiFunction<? super TextMapPropagator,ConfigProperties,? extends TextMapPropagator> propagatorCustomizer)
private static TextMapPropagator
getPropagator(java.lang.String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager)
-
-
-
Method Detail
-
configurePropagators
static ContextPropagators configurePropagators(ConfigProperties config, SpiHelper spiHelper, java.util.function.BiFunction<? super TextMapPropagator,ConfigProperties,? extends TextMapPropagator> propagatorCustomizer)
-
getPropagator
private static TextMapPropagator getPropagator(java.lang.String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager)
-
-