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

    Interface OTELTraceContext

    interface OTELTraceContext {
        parentSpanId?: string;
        sampled?: boolean;
        spanId: string;
        traceFlags?: number;
        traceId: string;
    }
    Index
    parentSpanId?: string
    sampled?: boolean
    spanId: string
    traceFlags?: number
    traceId: string