Causality Analyzer
    Preparing search index...

    A single histogram metric (summary statistics)

    interface MetricHistogram {
        count: number;
        labels?: Record<string, string>;
        max: number;
        min: number;
        name: string;
        sum: number;
    }
    Index
    count: number
    labels?: Record<string, string>
    max: number
    min: number
    name: string
    sum: number