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

    Interface MonitorSample

    interface MonitorSample {
        alertTriggered: boolean;
        input: MetricInput;
        monitorId: string;
        overallScore: number;
        passRate: number;
        result: MetricGroupResult;
        sampleId: string;
        timestamp: number;
    }
    Index
    alertTriggered: boolean
    monitorId: string
    overallScore: number
    passRate: number
    sampleId: string
    timestamp: number