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> ContextW3CBaggagePropagator.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_GETTERMethods in io.opentelemetry.api.incubator.propagation with parameters of type TextMapGetterModifier and TypeMethodDescription<C> ContextPassThroughPropagator.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> ContextW3CTraceContextPropagator.extract(Context context, C carrier, TextMapGetter<C> getter) private static <C> SpanContextW3CTraceContextPropagator.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> ContextMultiTextMapPropagator.extract(Context context, C carrier, TextMapGetter<C> getter) <C> ContextNoopTextMapPropagator.extract(Context context, C carrier, TextMapGetter<C> getter) <C> ContextTextMapPropagator.extract(Context context, C carrier, TextMapGetter<C> getter) Extracts data from upstream.