public interface BatchSpanProcessorConfig
-
Method Summary
The Batch Span Processor maximum allowed time
Duration to export data.
The Batch Span Processor maximum batch size.
The Batch Span Processor maximum queue size.
The Batch Span Processor interval
Duration between two consecutive exports.
-
Method Details
-
scheduleDelay
@WithName("schedule.delay")
@WithDefault("5s")
Duration scheduleDelay()
The Batch Span Processor interval
Duration between two consecutive exports.
Default is `5s`.
-
maxQueueSize
@WithName("max.queue.size")
@WithDefault("2048")
Integer maxQueueSize()
The Batch Span Processor maximum queue size.
Default is `2048`.
-
maxExportBatchSize
@WithName("max.export.batch.size")
@WithDefault("512")
Integer maxExportBatchSize()
The Batch Span Processor maximum batch size.
Default is `512`.
-
exportTimeout
@WithName("export.timeout")
@WithDefault("30s")
Duration exportTimeout()
The Batch Span Processor maximum allowed time
Duration to export data.
Default is `30s`.