dd-trace
    Preparing search index...

    Interface ExternalExperimentMetric

    interface ExternalExperimentMetric {
        error?: string | Error;
        label: string;
        source?: string;
        tags?: Record<string, string>;
        timestamp?: ExternalExperimentTimestamp;
        value?: JSONType;
    }
    Index
    error?: string | Error
    label: string
    source?: string
    tags?: Record<string, string>
    value?: JSONType