Configuration object for composite propagator

interface CompositePropagatorConfig {
    propagators?: @opentelemetry/api.TextMapPropagator<any>[];
}

Properties

Properties

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".

MMNEPVFCICPMFPCPTTAAATR