@microsoft/opentelemetry
    Preparing search index...

    Interface ParentSpanRef

    Manual parent span reference for cross-async-boundary tracing.

    interface ParentSpanRef {
        isRemote?: boolean;
        spanId: string;
        traceFlags?: number;
        traceId: string;
        traceState?: TraceState;
    }
    Index

    Properties

    isRemote?: boolean
    spanId: string
    traceFlags?: number
    traceId: string
    traceState?: TraceState