OpenTelemetry SDK
    Preparing search index...

    Propagates Baggage through Context format propagation.

    Based on the Baggage specification: https://w3c.github.io/baggage/

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Return a list of all fields which may be used by the propagator.

      Returns string[]

    • Injects values from a given Context into a carrier.

      OpenTelemetry defines a common set of format values (TextMapPropagator), and each has an expected carrier type.

      Parameters

      Returns void