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

    Interface MonitorStatus

    interface MonitorStatus {
        agentType: string;
        currentScore: number;
        enabled: boolean;
        health: "critical" | "warning" | "healthy";
        lastSampleAt?: number;
        monitorId: string;
        monitorName: string;
        recentAlerts: number;
        sampleCount: number;
        trend: "improving" | "stable" | "declining";
        windowAvg: number;
    }
    Index
    agentType: string
    currentScore: number
    enabled: boolean
    health: "critical" | "warning" | "healthy"
    lastSampleAt?: number
    monitorId: string
    monitorName: string
    recentAlerts: number
    sampleCount: number
    trend: "improving" | "stable" | "declining"
    windowAvg: number