Beignet API reference
    Preparing search index...

    Function inheritActiveRequestContext

    Ambient request correlation context shared with instrumentation sinks.

    • Fill missing correlation fields on an event from the ambient request context.

      Type Parameters

      • Event extends {
            parentSpanId?: string;
            requestId?: string;
            spanId?: string;
            traceId?: string;
            traceparent?: string;
            tracestate?: string;
        }

      Parameters

      Returns Event