dd-trace
    Preparing search index...

    Interface ExportedLLMObsSpan

    An object containing the span ID and trace ID of interest

    interface ExportedLLMObsSpan {
        spanId: string;
        traceId: string;
    }
    Index

    Properties

    Properties

    spanId: string

    Span ID associated with the span of interest

    traceId: string

    Trace ID associated with the span of interest