Uses of Interface
io.opentelemetry.context.ImplicitContextKeyed
-
Packages that use ImplicitContextKeyed Package Description io.opentelemetry.api.baggage API for associating entries with scoped operations.io.opentelemetry.api.trace API for distributed tracing.io.opentelemetry.context A context propagation mechanism which can carry scoped-values across API boundaries and between threads.io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of ImplicitContextKeyed in io.opentelemetry.api.baggage
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.api.baggage Modifier and Type Interface Description interface
Baggage
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 Modifier and Type Class Description (package private) class
ImmutableBaggage
-
Uses of ImplicitContextKeyed in io.opentelemetry.api.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.api.trace Modifier and Type Interface Description interface
Span
An interface that represents a span.Classes in io.opentelemetry.api.trace that implement ImplicitContextKeyed Modifier and Type Class Description (package private) class
PropagatedSpan
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 ImplicitContextKeyed Modifier and Type Method Description default 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.trace Modifier and Type Interface Description interface
ReadWriteSpan
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 Modifier and Type Class Description (package private) class
SdkSpan
Implementation for theSpan
class that records trace events.
-