Class JaegerPropagator
java.lang.Object
io.opentelemetry.extension.trace.propagation.JaegerPropagator
- All Implemented Interfaces:
io.opentelemetry.context.propagation.TextMapPropagator
@Immutable
public final class JaegerPropagator
extends Object
implements io.opentelemetry.context.propagation.TextMapPropagator
Implementation of the Jaeger propagation protocol. See Jaeger Propagation
Format.
-
Method Summary
Modifier and TypeMethodDescription<C> io.opentelemetry.context.Contextextract(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapGetter<C> getter) fields()static JaegerPropagator<C> voidinject(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapSetter<C> setter) toString()
-
Method Details
-
getInstance
-
fields
- Specified by:
fieldsin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
inject
public <C> void inject(io.opentelemetry.context.Context context, @Nullable C carrier, io.opentelemetry.context.propagation.TextMapSetter<C> setter) - Specified by:
injectin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
extract
public <C> io.opentelemetry.context.Context extract(io.opentelemetry.context.Context context, @Nullable C carrier, io.opentelemetry.context.propagation.TextMapGetter<C> getter) - Specified by:
extractin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
toString
-