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

    Interface MonitoringEvent

    interface MonitoringEvent {
        agentId: string;
        data: unknown;
        ts: number;
        type: "error" | "score" | "alert" | "anomaly" | "drift";
    }
    Index
    agentId: string
    data: unknown
    ts: number
    type: "error" | "score" | "alert" | "anomaly" | "drift"