Description
Configuration for a batch processor.
Usages
Configuration options
| Key | Kind | Type | Description |
|---|---|---|---|
exporters | LIST | String | Name(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-size | VALUE | Integer | Maximum number of items batched for export together |
max-queue-size | VALUE | Integer | Maximum number of items retained before discarding excess unexported ones |
schedule-delay | VALUE | Duration | Delay between consecutive exports |
timeout | VALUE | Duration | Maximum time an export can run before being cancelled |
type | VALUE | i.h.t.o.ProcessorType | Processor type |
See the manifest for all available types.