Description

Configuration for a batch processor.

Usages

Configuration options

KeyKindTypeDescription
exportersLISTStringName(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s))
max-export-batch-sizeVALUEIntegerMaximum number of items batched for export together
max-queue-sizeVALUEIntegerMaximum number of items retained before discarding excess unexported ones
schedule-delayVALUEDurationDelay between consecutive exports
timeoutVALUEDurationMaximum time an export can run before being cancelled
typeVALUEi.h.t.o.ProcessorTypeProcessor type

See the manifest for all available types.