From 6319a1243d4ea32955e3b98dd3477fb64b46b7ff Mon Sep 17 00:00:00 2001 From: MikeG451 Date: Wed, 18 May 2016 12:18:01 -0700 Subject: [PATCH] Backlog status not accurate when batching Change-Id: I995997168f547a5a9d372250951e82c20438ae79 Closes-bug: #1582976 --- doc/source/running.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/running.rst b/doc/source/running.rst index 253b6f9e8..3e83dfbfa 100644 --- a/doc/source/running.rst +++ b/doc/source/running.rst @@ -60,6 +60,9 @@ monitor (see `How many metricd workers do we need to run`_). Making sure that the HTTP server and `gnocchi-metricd` daemon are running and are not writing anything alarming in their logs is a sign of good health of the overall system. +Total measures for backlog status may not accurately reflect the number of +points to be processed when measures are submitted via batch. + How to backup and restore Gnocchi =================================