mirror of https://github.com/zulip/zulip.git
Create aggregate all-active-users data
(imported from commit 4009a4eb15a3efb1c05e1e80151db7d1074f0617)
This commit is contained in:
parent
be1e18f864
commit
5a5ed28ab0
|
@ -31,3 +31,6 @@
|
|||
# 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.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>
|
||||
|
|
Loading…
Reference in New Issue