OpenTelemetry.BatchExportProcessor<T>
Implements processor that batches telemetry objects before calling exporter.
protected BatchExportProcessor(BaseExporter<T> exporter, int maxQueueSize = 2048, int scheduledDelayMilliseconds = 5000, int exporterTimeoutMilliseconds = 30000, int maxExportBatchSize = 512)
Initializes a new instance of the BatchExportProcessor<T> class.