Standalone Pino log exporter for LiveKit Cloud.

Collects Pino logs, batches them, and sends via raw HTTP JSON. No OTEL SDK dependency

Example

const exporter = new PinoCloudExporter({
cloudHostname: 'cloud.livekit.io',
roomId: 'RM_xxx',
jobId: 'AJ_xxx',
});

// In Pino formatter hook:
exporter.emit(logObj);

// On session end:
await exporter.flush();

Constructors

Methods

Constructors

Methods