openstack-manuals/doc/config-reference/source/tables/ceilometer-notification.rst
Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.4 KiB

Description of notification configuration options
Configuration option = Default value Description
[notification]
batch_size = 1 (Integer) Number of notification messages to wait before publishing them
batch_timeout = None (Integer) Number of seconds to wait before publishing sampleswhen batch_size is not reached (None means indefinitely)
disable_non_metric_meters = True (Boolean) WARNING: Ceilometer historically offered the ability to store events as meters. This usage is NOT advised as it can flood the metering database and cause performance degradation.
pipeline_processing_queues = 10 (Integer) Number of queues to parallelize workload across. This value should be larger than the number of active notification agents for optimal results.