Uses of Interface
io.opentelemetry.api.baggage.BaggageBuilder
Packages that use BaggageBuilder
Package
Description
API for associating entries with scoped operations.
-
Uses of BaggageBuilder in io.opentelemetry.api.baggage
Methods in io.opentelemetry.api.baggage that return BaggageBuilderModifier and TypeMethodDescriptionstatic BaggageBuilderBaggage.builder()Creates a newBaggageBuilderfor creating Baggage.default BaggageBuilderAdds the key/value pair with empty metadata regardless of whether the key is present.BaggageBuilder.put(String key, String value, BaggageEntryMetadata entryMetadata) Adds the key/value pair and metadata regardless of whether the key is present.Removes the key if it exists.Baggage.toBuilder()Create a Builder pre-initialized with the contents of this Baggage.