dd-trace
    Preparing search index...

    Interface PropagationStyle

    Selection and priority order of context propagation injection and extraction mechanisms.

    interface PropagationStyle {
        extract: string[];
        inject: string[];
    }
    Index

    Properties

    Properties

    extract: string[]

    Selection and priority order of context propagation extraction mechanisms.

    inject: string[]

    Selection of context propagation injection mechanisms.