Uses of Interface
io.opentelemetry.context.ImplicitContextKeyed
Packages that use ImplicitContextKeyed
Package
Description
API for associating entries with scoped operations.
API for distributed tracing.
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
The OpenTelemetry SDK implementation of tracing.
-
Uses of ImplicitContextKeyed in io.opentelemetry.api.baggage
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.api.baggageModifier and TypeInterfaceDescriptioninterface
A map fromString
toBaggageEntry
that can be used to label anything that is associated with a specific operation.Classes in io.opentelemetry.api.baggage that implement ImplicitContextKeyed -
Uses of ImplicitContextKeyed in io.opentelemetry.api.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.api.traceClasses in io.opentelemetry.api.trace that implement ImplicitContextKeyedModifier and TypeClassDescription(package private) final class
The defaultSpan
that is used when noSpan
implementation is available. -
Uses of ImplicitContextKeyed in io.opentelemetry.context
Methods in io.opentelemetry.context with parameters of type ImplicitContextKeyedModifier and TypeMethodDescriptiondefault Context
Context.with
(ImplicitContextKeyed value) Returns a newContext
with the givenImplicitContextKeyed
set. -
Uses of ImplicitContextKeyed in io.opentelemetry.sdk.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.sdk.traceModifier and TypeInterfaceDescriptioninterface
A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.Classes in io.opentelemetry.sdk.trace that implement ImplicitContextKeyed