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