Create aggregate all-active-users data

(imported from commit 4009a4eb15a3efb1c05e1e80151db7d1074f0617)
This commit is contained in:
Leo Franchi 2013-05-01 11:33:38 -04:00
parent be1e18f864
commit 5a5ed28ab0
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@
# Aggregate all per-bucket memcached stats into a generit hit/miss stat # Aggregate all per-bucket memcached stats into a generit hit/miss stat
stats.<app>.cache.all.hit (10) = sum stats.<app>.cache.*.hit stats.<app>.cache.all.hit (10) = sum stats.<app>.cache.*.hit
stats.<app>.cache.all.miss (10) = sum stats.<app>.cache.*.miss stats.<app>.cache.all.miss (10) = sum stats.<app>.cache.*.miss
# Aggregate all per-domain active stats to overall active stats
stats.gauges.<app>.users.active.all.<bucket> (10) = sum stats.gauges.<app>.users.active.*.<bucket>