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) class
ImmutableBaggage
Fields in io.opentelemetry.api.baggage declared as Baggage Modifier and Type Field Description private static Baggage
ImmutableBaggage. EMPTY
Fields in io.opentelemetry.api.baggage with type parameters of type Baggage Modifier and Type Field Description (package private) static ContextKey<Baggage>
BaggageContextKey. KEY
Methods in io.opentelemetry.api.baggage that return Baggage Modifier and Type Method Description Baggage
BaggageBuilder. build()
Creates aBaggage
from this builder.Baggage
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(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.String
W3CBaggagePropagator. baggageToString(Baggage baggage)
-