Uses of Interface
io.opentelemetry.api.baggage.Baggage
Packages that use Baggage
Package
Description
API for associating entries with scoped operations.
Default OpenTelemetry remote baggage propagators.
-
Uses of Baggage in io.opentelemetry.api.baggage
Classes in io.opentelemetry.api.baggage that implement BaggageFields in io.opentelemetry.api.baggage declared as BaggageFields in io.opentelemetry.api.baggage with type parameters of type BaggageModifier and TypeFieldDescription(package private) static final ContextKey
<Baggage> BaggageContextKey.KEY
Methods in io.opentelemetry.api.baggage that return BaggageModifier and TypeMethodDescriptionBaggageBuilder.build()
Creates aBaggage
from this builder.ImmutableBaggage.Builder.build()
static Baggage
Baggage.current()
Returns Baggage from the currentContext
, falling back to empty Baggage if none is in the current Context.static Baggage
Baggage.empty()
Baggage with no entries.(package private) static Baggage
ImmutableBaggage.empty()
static Baggage
Baggage.fromContext
(Context context) static Baggage
Baggage.fromContextOrNull
(Context context) private static Baggage
ImmutableBaggage.sortAndFilterToBaggage
(Object[] data) -
Uses of Baggage in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type BaggageModifier and TypeMethodDescriptionprivate static String
W3CBaggagePropagator.baggageToString
(Baggage baggage)