@ParametersAreNonnullByDefault
Package io.opentelemetry.api.baggage
API for associating entries with scoped operations.
This package manages a set of entries in the Context. The
entries can be used to label anything that is associated with a specific operation. For example,
the opentelemetry.stats package labels all stats with the current entries.
Note that entries are independent of the tracing data that is propagated in the Context, such as trace ID.
-
Interface Summary Interface Description Baggage A map fromStringtoBaggageEntrythat can be used to label anything that is associated with a specific operation.BaggageBuilder A builder ofBaggage.BaggageEntry An entry in a set of baggage.BaggageEntryMetadata Metadata associated with anBaggageEntry. -
Class Summary Class Description AutoValue_ImmutableEntry AutoValue_ImmutableEntryMetadata BaggageContextKey Util class to hold on to the key for storing Baggage in the Context.ImmutableBaggage ImmutableBaggage.Builder ImmutableEntry String-String key-value pair, along withImmutableEntryMetadata.ImmutableEntryMetadata