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

    Interface MonitorDashboard

    interface MonitorDashboard {
        monitors: MonitorStatus[];
        overallHealth: "critical" | "warning" | "healthy";
        totalAlerts: number;
        totalSamples: number;
    }
    Index
    monitors: MonitorStatus[]
    overallHealth: "critical" | "warning" | "healthy"
    totalAlerts: number
    totalSamples: number