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

    Interface MetricPoint

    interface MetricPoint {
        agentId: string;
        metricName: string;
        tags: Record<string, string>;
        ts: number;
        value: number;
    }
    Index
    agentId: string
    metricName: string
    tags: Record<string, string>
    ts: number
    value: number