OpenTelemetry SDK
    Preparing search index...

    Interface CompositePropagatorConfig

    Configuration object for composite propagator

    interface CompositePropagatorConfig {
        propagators?: TextMapPropagator<any>[];
    }
    Index

    Properties

    Properties

    propagators?: TextMapPropagator<any>[]

    List of propagators to run. Propagators run in the list order. If a propagator later in the list writes the same context key as a propagator earlier in the list, the later on will "win".