Uses of Interface
io.opentelemetry.api.baggage.Baggage
-
Packages that use Baggage Package Description io.opentelemetry.api.baggage API for associating entries with scoped operations.io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators. -
-
Uses of Baggage in io.opentelemetry.api.baggage
Classes in io.opentelemetry.api.baggage that implement Baggage Modifier and Type Class Description (package private) classImmutableBaggageFields in io.opentelemetry.api.baggage declared as Baggage Modifier and Type Field Description private static BaggageImmutableBaggage. EMPTYFields in io.opentelemetry.api.baggage with type parameters of type Baggage Modifier and Type Field Description (package private) static ContextKey<Baggage>BaggageContextKey. KEYMethods in io.opentelemetry.api.baggage that return Baggage Modifier and Type Method Description BaggageBaggageBuilder. build()Creates aBaggagefrom this builder.BaggageImmutableBaggage.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(java.lang.Object[] data) -
Uses of Baggage in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type Baggage Modifier and Type Method Description private static java.lang.StringW3CBaggagePropagator. baggageToString(Baggage baggage)
-