From c81c418478591fa276f2ae9dbe6387db5d7e611f Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 17 Sep 2013 14:18:15 -0400 Subject: [PATCH] Aggregate stats_counts.app.cache.* as well as stats (imported from commit 675d7b10f982bd180bf049d6552d3d0b75da8b80) --- .../modules/zulip/files/graphite/aggregation-rules.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/servers/puppet/modules/zulip/files/graphite/aggregation-rules.conf b/servers/puppet/modules/zulip/files/graphite/aggregation-rules.conf index 41ca5ba2d8..716b687c6d 100644 --- a/servers/puppet/modules/zulip/files/graphite/aggregation-rules.conf +++ b/servers/puppet/modules/zulip/files/graphite/aggregation-rules.conf @@ -33,10 +33,14 @@ # every 5 seconds (see local.js), so aggregating over a longer period of time # will inflate the output value -# Aggregate all per-bucket memcached stats into a generit hit/miss stat +# Aggregate all per-bucket memcached stats into a generic hit/miss stat stats..cache.all.hit (5) = sum stats..cache.*.hit stats..cache.all.miss (5) = sum stats..cache.*.miss +# Aggregate all per-bucket memcached stats counts into a generic hit/miss stat +stats_counts..cache.all.hit (5) = sum stats_counts..cache.*.hit +stats_counts..cache.all.miss (5) = sum stats_counts..cache.*.miss + # Aggregate all per-domain active stats to overall active stats stats.gauges..users.active.all. (5) = sum stats.gauges..users.active.*. stats.gauges..users.reading.all. (5) = sum stats.gauges..users.reading.*.