ceilometer/releasenotes/notes/polling-batch-size-7fe11925df8d1221.yaml
Sam Morrison 2dc21a5f05 Ability to define batch size off polled samples.
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
2018-05-17 07:12:42 +00:00

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.