@ottrelite/interop-otel.OTELCPPBatchLogRecordProcessorOptions
Options controlling how the C++ exporter's BatchLogRecordProcessor handles logs.
Remarks
Only applies to the C++ API logs; JS, Kotlin & Swift logs' behaviour is controlled by respective language-specific SDKs.
Optional
exportIntervalMillis: number
The interval at which to export logs, in milliseconds.
Optional
maxBatchSize: number
The maximum number of logs to export in a single batch.
Optional
maxQueueSize: number
The maximum number of logs to keep in the queue; excessive will be dropped.