OpenTelemetry.Context.Propagation.BaggagePropagator
A text map propagator for W3C Baggage. See https://w3c.github.io/baggage/.
namespace OpenTelemetry.Context.Propagation
{
public class BaggagePropagator : TextMapPropagator
{
public BaggagePropagator();
}
}