Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AlertThreshold

    interface AlertThreshold {
        cooldownMs: number;
        criticalThreshold: number;
        direction: "above" | "below";
        metricName: string;
        warningThreshold: number;
    }
    Index
    cooldownMs: number
    criticalThreshold: number
    direction: "above" | "below"
    metricName: string
    warningThreshold: number