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.KEYMethods in io.opentelemetry.api.baggage that return BaggageModifier and TypeMethodDescriptionBaggageBuilder.build()Creates aBaggagefrom this builder.ImmutableBaggage.Builder.build()static BaggageBaggage.current()Returns Baggage from the currentContext, falling back to empty Baggage if none is in the current Context.static BaggageBaggage.empty()Baggage with no entries.(package private) static BaggageImmutableBaggage.empty()static BaggageBaggage.fromContext(Context context) static BaggageBaggage.fromContextOrNull(Context context) private static BaggageImmutableBaggage.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 StringW3CBaggagePropagator.baggageToString(Baggage baggage)