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 interfaceBaggageA map fromStringtoBaggageEntrythat 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) classImmutableBaggage -
Uses of ImplicitContextKeyed in io.opentelemetry.api.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.api.trace Modifier and Type Interface Description interfaceSpanAn interface that represents a span.Classes in io.opentelemetry.api.trace that implement ImplicitContextKeyed Modifier and Type Class Description (package private) classPropagatedSpanThe defaultSpanthat is used when noSpanimplementation 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 ContextContext. with(ImplicitContextKeyed value)Returns a newContextwith the givenImplicitContextKeyedset. -
Uses of ImplicitContextKeyed in io.opentelemetry.sdk.trace
Subinterfaces of ImplicitContextKeyed in io.opentelemetry.sdk.trace Modifier and Type Interface Description interfaceReadWriteSpanA combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Classes in io.opentelemetry.sdk.trace that implement ImplicitContextKeyed Modifier and Type Class Description (package private) classSdkSpanImplementation for theSpanclass that records trace events.
-