Uses of Interface
io.opentelemetry.context.propagation.TextMapGetter
Packages that use TextMapGetter
Package
Description
Default OpenTelemetry remote baggage propagators.
Default OpenTelemetry remote trace propagators.
Interfaces for defining
ContextPropagators
for
allowing context propagation across process boundaries, for example when sending context to a
remote server.-
Uses of TextMapGetter in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type TextMapGetterModifier and TypeMethodDescription<C> Context
W3CBaggagePropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.api.incubator.propagation
Fields in io.opentelemetry.api.incubator.propagation declared as TextMapGetterModifier and TypeFieldDescriptionprivate static final TextMapGetter
<Map<String, String>> ExtendedContextPropagators.TEXT_MAP_GETTER
Methods in io.opentelemetry.api.incubator.propagation with parameters of type TextMapGetterModifier and TypeMethodDescription<C> Context
PassThroughPropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.api.trace.propagation
Methods in io.opentelemetry.api.trace.propagation with parameters of type TextMapGetterModifier and TypeMethodDescription<C> Context
W3CTraceContextPropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) private static <C> SpanContext
W3CTraceContextPropagator.extractImpl
(C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.context.propagation
Methods in io.opentelemetry.context.propagation with parameters of type TextMapGetterModifier and TypeMethodDescription<C> Context
MultiTextMapPropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) <C> Context
NoopTextMapPropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) <C> Context
TextMapPropagator.extract
(Context context, C carrier, TextMapGetter<C> getter) Extracts data from upstream.