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 TypeInterfaceDescriptioninterfaceA map fromStringtoBaggageEntrythat 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 classThe defaultSpanthat is used when noSpanimplementation is available. -
Uses of ImplicitContextKeyed in io.opentelemetry.context
Methods in io.opentelemetry.context with parameters of type ImplicitContextKeyedModifier and TypeMethodDescriptiondefault ContextContext.with(ImplicitContextKeyed value) Returns a newContextwith the givenImplicitContextKeyedset. -
Uses of ImplicitContextKeyed in io.opentelemetry.sdk.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.sdk.traceModifier and TypeInterfaceDescriptioninterfaceA combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Classes in io.opentelemetry.sdk.trace that implement ImplicitContextKeyed