OpenTelemetry SDK
    Preparing search index...

    Interface NameStringValuePairConfigModel

    interface NameStringValuePairConfigModel {
        name: string;
        value: string | null;
    }
    Index
    name: string

    The name of the pair. Property is required and must be non-null.

    value: string | null

    The value of the pair. Property must be present, but if null the behavior is dependent on usage context.