BatchSpanProcessorConfig
Defined in: packages/middleware/src/opentelemetry.ts:80
Batch span processor configuration.
Properties
Section titled “Properties”exportTimeoutMillis?
Section titled “exportTimeoutMillis?”
optionalexportTimeoutMillis:number
Defined in: packages/middleware/src/opentelemetry.ts:103
Export timeout (in milliseconds).
Default
Section titled “Default”30000maxExportBatchSize?
Section titled “maxExportBatchSize?”
optionalmaxExportBatchSize:number
Defined in: packages/middleware/src/opentelemetry.ts:91
Maximum batch size per export.
Default
Section titled “Default”512maxQueueSize?
Section titled “maxQueueSize?”
optionalmaxQueueSize:number
Defined in: packages/middleware/src/opentelemetry.ts:85
Maximum queue size for buffering spans.
Default
Section titled “Default”2048scheduledDelayMillis?
Section titled “scheduledDelayMillis?”
optionalscheduledDelayMillis:number
Defined in: packages/middleware/src/opentelemetry.ts:97
Scheduled delay (in milliseconds) for batching.
Default
Section titled “Default”5000