Propagates SpanContext through Trace Context format propagation.

Based on the Trace Context specification: https://www.w3.org/TR/trace-context/

Implements

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