OpenTelemetry.Internal.BatchExportThreadWorker<T>
Thread-based implementation of batch export worker.
public BatchExportThreadWorker(CircularBuffer<T> circularBuffer, BaseExporter<T> exporter, int maxExportBatchSize, int scheduledDelayMilliseconds, int exporterTimeoutMilliseconds)
Initializes a new instance of the BatchExportThreadWorker<T> class.