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

    Interface OTLPSpan

    interface OTLPSpan {
        attributes: OTLPAttribute[];
        endTimeUnixNano: string;
        events: OTLPSpanEvent[];
        kind: number;
        name: string;
        parentSpanId?: string;
        spanId: string;
        startTimeUnixNano: string;
        status: { code: number; message?: string };
        traceId: string;
    }
    Index
    attributes: OTLPAttribute[]
    endTimeUnixNano: string
    events: OTLPSpanEvent[]
    kind: number
    name: string
    parentSpanId?: string
    spanId: string
    startTimeUnixNano: string
    status: { code: number; message?: string }
    traceId: string