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

    Interface TimeSeriesStore

    interface TimeSeriesStore {
        agentId: string;
        lastPruneTs: number;
        points: MetricPoint[];
        schemaVersion: 1;
    }
    Index
    agentId: string
    lastPruneTs: number
    points: MetricPoint[]
    schemaVersion: 1