Causality Analyzer
    Preparing search index...

    Detection threshold line — pipeline-specific with metric context.

    interface ThresholdLine {
        color: string;
        label: string;
        metric: string;
        style: "solid" | "dashed" | "dotted";
        type: "upper" | "lower";
        value: number;
    }
    Index
    color: string
    label: string
    metric: string
    style: "solid" | "dashed" | "dotted"
    type: "upper" | "lower"
    value: number