54e4cc77e0
batch_mode = True activates batching (default is False, for backward compatibility) Change-Id: I58a856f6cdf5367c1d44d278ac08c8ebda360dff
8 lines
244 B
YAML
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.
|
|
|