arvo-core
    Preparing search index...

    Type Alias OpenTelemetryHeaders

    Represents the context for telemetry. See reference standard documentation here

    type OpenTelemetryHeaders = {
        traceparent: string | null;
        tracestate: string | null;
    }
    Index

    Properties

    traceparent: string | null
    tracestate: string | null