Inputs for building a span processor that exports to LiveKit Cloud.

interface CloudSpanProcessorOptions {
    exporter: SpanExporter;
    headers: Record<string, string>;
    url: string;
}

Properties

Properties

exporter: SpanExporter

Framework-owned exporter that applies LiveKit Cloud's recording-disabled upload gate.

headers: Record<string, string>

Request headers, including the authorization token, the exporter must send.

url: string

OTLP/HTTP protobuf endpoint for LiveKit Cloud traces.