Interface ExportedLLMObsSpan

An object containing the span ID and trace ID of interest

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

Properties

Properties

spanId: string

Span ID associated with the span of interest

traceId: string

Trace ID associated with the span of interest

Generated using TypeDoc