Interface SimpleOTLPHttpLogExporterConfig

interface SimpleOTLPHttpLogExporterConfig {
    cloudHostname: string;
    resourceAttributes: Record<string, string>;
    scopeAttributes?: Record<string, string>;
    scopeName: string;
}

Properties

cloudHostname: string

LiveKit Cloud hostname

resourceAttributes: Record<string, string>

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

scopeAttributes?: Record<string, string>

Scope attributes

scopeName: string

Scope name for the logger