interface PinoCloudExporterConfig {
    batchSize?: number;
    cloudHostname: string;
    flushIntervalMs?: number;
    jobId: string;
    loggerName?: string;
    metadata?: Record<string, unknown>;
    roomId: string;
}

Properties

batchSize?: number
cloudHostname: string
flushIntervalMs?: number
jobId: string
loggerName?: string
metadata?: Record<string, unknown>
roomId: string