Aggregate stats_counts.app.cache.* as well as stats

(imported from commit 675d7b10f982bd180bf049d6552d3d0b75da8b80)
This commit is contained in:
Leo Franchi 2013-09-17 14:18:15 -04:00
parent 952f15762e
commit c81c418478
1 changed files with 5 additions and 1 deletions

View File

@ -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.<app>.cache.all.hit (5) = sum stats.<app>.cache.*.hit
stats.<app>.cache.all.miss (5) = sum stats.<app>.cache.*.miss
# Aggregate all per-bucket memcached stats counts into a generic hit/miss stat
stats_counts.<app>.cache.all.hit (5) = sum stats_counts.<app>.cache.*.hit
stats_counts.<app>.cache.all.miss (5) = sum stats_counts.<app>.cache.*.miss
# Aggregate all per-domain active stats to overall active stats
stats.gauges.<app>.users.active.all.<bucket> (5) = sum stats.gauges.<app>.users.active.*.<bucket>
stats.gauges.<app>.users.reading.all.<bucket> (5) = sum stats.gauges.<app>.users.reading.*.<bucket>