2dc21a5f05
Currently if batch_polled_samples=True (default) then it will batch up all samples of a poller into one message. This can be problematic if the poller returns a large number of samples. Change-Id: Ifc60a0cb81876f6d9054cae82ba6579707a02f67 Closes-bug: #1770310
14 lines
420 B
YAML
14 lines
420 B
YAML
---
|
|
features:
|
|
- >
|
|
Add support for configuring the size of samples the poller will send in
|
|
each batch.
|
|
upgrade:
|
|
- >
|
|
batch_size option added to [polling] section of configuration.
|
|
Use batch_size=0 to disable batching of samples.
|
|
deprecations:
|
|
- >
|
|
The option batch_polled_samples in the [DEFAULT] section is deprecated.
|
|
Use batch_size option in [polling] to configure and/or disable batching.
|