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

    Interface AMCSpanRecord

    interface AMCSpanRecord {
        durationMs: number;
        endedTs: number;
        name: string;
        ok: boolean;
        spanId: string;
        startedTs: number;
    }
    Index
    durationMs: number
    endedTs: number
    name: string
    ok: boolean
    spanId: string
    startedTs: number