io.helidon.telemetry.otelconfig.BatchProcessorConfig
Description
Configuration for a batch processor
Configuration options
| Key | Type | Description |
|---|---|---|
schedule- | Duration | Delay between consecutive exports |
max- | Integer | Maximum number of items batched for export together |
type | Processor | Processor type |
max- | Integer | Maximum number of items retained before discarding excess unexported ones |
timeout | Duration | Maximum time an export can run before being cancelled |
exporters | List< | 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)) |
See the manifest for all available types.