Uses of Package
io.opentelemetry.context.propagation
-
Packages that use io.opentelemetry.context.propagation Package Description io.opentelemetry.api The OpenTelemetry API.io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators.io.opentelemetry.api.incubator.propagation io.opentelemetry.api.incubator.trace io.opentelemetry.api.trace.propagation Default OpenTelemetry remote trace propagators.io.opentelemetry.context.propagation Interfaces for definingContextPropagators
for allowing context propagation across process boundaries, for example when sending context to a remote server.io.opentelemetry.sdk The OpenTelemetry SDK.io.opentelemetry.sdk.autoconfigure io.opentelemetry.sdk.autoconfigure.spi Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.api Class Description ContextPropagators A container of the registered propagators for every supported format. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.api.baggage.propagation Class Description TextMapGetter Interface that allows aTextMapPropagator
to read propagated fields from a carrier.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapSetter Class that allows aTextMapPropagator
to set propagated fields into a carrier. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.api.incubator.propagation Class Description ContextPropagators A container of the registered propagators for every supported format.TextMapGetter Interface that allows aTextMapPropagator
to read propagated fields from a carrier.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapSetter Class that allows aTextMapPropagator
to set propagated fields into a carrier. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.api.incubator.trace Class Description ContextPropagators A container of the registered propagators for every supported format. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.api.trace.propagation Class Description TextMapGetter Interface that allows aTextMapPropagator
to read propagated fields from a carrier.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapSetter Class that allows aTextMapPropagator
to set propagated fields into a carrier. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.context.propagation Class Description ContextPropagators A container of the registered propagators for every supported format.NoopTextMapPropagator TextMapGetter Interface that allows aTextMapPropagator
to read propagated fields from a carrier.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapSetter Class that allows aTextMapPropagator
to set propagated fields into a carrier. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.sdk Class Description ContextPropagators A container of the registered propagators for every supported format. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.sdk.autoconfigure Class Description ContextPropagators A container of the registered propagators for every supported format.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.sdk.autoconfigure.spi Class Description TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries. -
Classes in io.opentelemetry.context.propagation used by io.opentelemetry.sdk.trace Class Description ContextPropagators A container of the registered propagators for every supported format.