Uses of Interface
io.opentelemetry.api.baggage.Baggage
Packages that use Baggage
Package
Description
API for associating entries with scoped operations.
-
Uses of Baggage in io.opentelemetry.api.baggage
Methods in io.opentelemetry.api.baggage that return BaggageModifier and TypeMethodDescriptionBaggageBuilder.build()Creates aBaggagefrom this builder.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.static BaggageBaggage.fromContext(Context context) static BaggageBaggage.fromContextOrNull(Context context)