ceilometer/releasenotes/notes/http-dispatcher-batching-4e17fce46a196b07.yaml
Darren Hague 54e4cc77e0 Batching of event & meter dispatching over HTTP
batch_mode = True activates batching (default is False, for backward
  compatibility)

Change-Id: I58a856f6cdf5367c1d44d278ac08c8ebda360dff
2016-10-03 16:18:54 +01:00

8 lines
244 B
YAML

---
features:
- |
In the [dispatcher_http] section of ceilometer.conf, batch_mode can be
set to True to activate sending meters and events in batches, or
False (default value) to send each meter and event with a fresh HTTP call.