Class JaegerConfigurablePropagator
java.lang.Object
io.opentelemetry.extension.trace.propagation.JaegerConfigurablePropagator
- All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
public final class JaegerConfigurablePropagator
extends Object
implements io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
A
ConfigurablePropagatorProvider which allows enabling the JaegerPropagator with
the propagator name jaeger.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()io.opentelemetry.context.propagation.TextMapPropagatorgetPropagator(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config)
-
Constructor Details
-
JaegerConfigurablePropagator
public JaegerConfigurablePropagator()
-
-
Method Details
-
getPropagator
public io.opentelemetry.context.propagation.TextMapPropagator getPropagator(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config) - Specified by:
getPropagatorin interfaceio.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-
getName
- Specified by:
getNamein interfaceio.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-