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

    Interface MonitorConfig

    interface MonitorConfig {
        agentType: string;
        alertThreshold: number;
        description?: string;
        enabled: boolean;
        id: string;
        metricGroupId: string;
        name: string;
        windowSize: number;
    }
    Index
    agentType: string

    Which agent type this monitors

    alertThreshold: number

    Alert if overall score drops below this threshold

    description?: string
    enabled: boolean

    Whether this monitor is active

    id: string
    metricGroupId: string

    Metric group to evaluate against

    name: string
    windowSize: number

    How many samples to keep in the rolling window