OpenTelemetry.BatchExportProcessorOptions<T>
Contains batch export processor options.
Gets or sets the timeout (in milliseconds) after which the export is cancelled. The default value is 30000.
Gets or sets the maximum batch size of every export. It must be smaller or equal to MaxQueueLength. The default value is 512.
Gets or sets the maximum queue size. The queue drops the data if the maximum size is reached. The default value is 2048.
Gets or sets the delay interval (in milliseconds) between two consecutive exports. The default value is 5000.
public BatchExportProcessorOptions()