OpenTelemetry.BatchExportProcessorOptions<T>
Contains batch export processor options.
namespace OpenTelemetry
{
public class BatchExportProcessorOptions<T> where T : class
{
public int MaxQueueSize { get; set; }
public int ScheduledDelayMilliseconds { get; set; }
public int ExporterTimeoutMilliseconds { get; set; }
public int MaxExportBatchSize { get; set; }
public BatchExportProcessorOptions();
}
}