Interface SimpleOTLPHttpLogExporterUrlConfig

interface SimpleOTLPHttpLogExporterUrlConfig {
    observabilityUrl: string;
    resourceAttributes: Record<string, unknown>;
    scopeAttributes?: Record<string, unknown>;
    scopeName: string;
}

Properties

observabilityUrl: string

Base URL for LiveKit Cloud observability, without a trailing slash.

resourceAttributes: Record<string, unknown>

Resource attributes (e.g., room_id, job_id)

scopeAttributes?: Record<string, unknown>

Scope attributes

scopeName: string

Scope name for the logger