Connection details for building a span processor that exports to LiveKit Cloud.

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

Properties

Properties

headers: Record<string, string>

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

url: string

OTLP/HTTP protobuf endpoint for LiveKit Cloud traces.