OpenTelemetry.Internal.BatchExportTaskWorker<T>
Task-based implementation of batch export worker for environments where threading may be limited.
public BatchExportTaskWorker(CircularBuffer<T> circularBuffer, BaseExporter<T> exporter, int maxExportBatchSize, int scheduledDelayMilliseconds, int exporterTimeoutMilliseconds)
Initializes a new instance of the BatchExportTaskWorker<T> class.