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

    Interface MonitorAlert

    interface MonitorAlert {
        alertId: string;
        currentScore: number;
        failedMetrics: string[];
        message: string;
        monitorId: string;
        monitorName: string;
        severity: "low" | "high" | "critical" | "medium";
        threshold: number;
        timestamp: number;
        windowAvg: number;
    }
    Index
    alertId: string
    currentScore: number
    failedMetrics: string[]
    message: string
    monitorId: string
    monitorName: string
    severity: "low" | "high" | "critical" | "medium"
    threshold: number
    timestamp: number
    windowAvg: number