Package io.opentelemetry.api.baggage.propagation


@ParametersAreNonnullByDefault package io.opentelemetry.api.baggage.propagation
Default OpenTelemetry remote baggage propagators.
  • Class
    Description
    Note: This class is based on code from Apache Commons Codec.
    Represents single element of a W3C baggage header (key or value).
    Implements single-pass Baggage parsing in accordance with https://w3c.github.io/baggage/ Key / value are restricted in accordance with https://www.ietf.org/rfc/rfc2616.txt.
     
    TextMapPropagator that implements the W3C specification for baggage header propagation.