Uses of Class
io.opentelemetry.api.baggage.propagation.W3CBaggagePropagator
Packages that use W3CBaggagePropagator
Package
Description
Default OpenTelemetry remote baggage propagators.
-
Uses of W3CBaggagePropagator in io.opentelemetry.api.baggage.propagation
Fields in io.opentelemetry.api.baggage.propagation declared as W3CBaggagePropagatorModifier and TypeFieldDescriptionprivate static final W3CBaggagePropagator
W3CBaggagePropagator.INSTANCE
Methods in io.opentelemetry.api.baggage.propagation that return W3CBaggagePropagatorModifier and TypeMethodDescriptionstatic W3CBaggagePropagator
W3CBaggagePropagator.getInstance()
Singleton instance of the W3C Baggage Propagator.