summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-05 03:13:13 +0000
committerGerrit Code Review <review@openstack.org>2015-02-05 03:13:13 +0000
commit662d130e0f86cd461c59d55ec14252390ab6eb1c (patch)
tree2c87c0527d17b5123b83d40e1803a80483c221ab /doc
parent5a6aeb3bf0c6e97e921a7966fce1f5bfded38a59 (diff)
parent3b38a1e27c75a788446aa2c6b9f1418110e99c71 (diff)
downloadceilometer-662d130e0f86cd461c59d55ec14252390ab6eb1c.tar.gz
Merge "Shuffle agents to send request"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/architecture.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst
index f7224b8e..1eb5253c 100644
--- a/doc/source/architecture.rst
+++ b/doc/source/architecture.rst
@@ -382,6 +382,12 @@ the publishers defined in the pipeline configuration. For example,
the ``notifier`` publisher converts the Sample to metering messages, which it
then signs and transmits on the metering message bus.
+Please notice that there's an optional config called
+``shuffle_time_before_polling_task`` in ceilometer.conf. Enable this by
+setting an integer greater than zero to shuffle agents to start polling task,
+so that fluff up the time of sending requests to nova or other components to
+avoid large number of requests in short time.
+
The frequency of polling is controlled via the pipeline configuration.
See :ref:`Pipeline-Configuration` for details.