Skip to content

io.helidon.telemetry.otelconfig.BatchProcessorConfig

Description

Configuration for a batch processor

Configuration options

KeyTypeDescription
schedule-delayDurationDelay between consecutive exports
max-export-batch-sizeIntegerMaximum number of items batched for export together
typeProcessorTypeProcessor type
max-queue-sizeIntegerMaximum number of items retained before discarding excess unexported ones
timeoutDurationMaximum time an export can run before being cancelled
exportersList<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))

See the manifest for all available types.