Beignet API reference
    Preparing search index...

    Interface TraceContextInput

    Input accepted when creating trace context.

    interface TraceContextInput {
        parentSpanId?: string;
        spanId?: string;
        traceId?: string;
        traceparent?: string;
        tracestate?: string;
    }
    Index
    parentSpanId?: string
    spanId?: string
    traceId?: string
    traceparent?: string
    tracestate?: string