mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Fix aggregation rules for endtoend time
(imported from commit 29165b09e2d8904ee502cc04610a951d87ef896f)
This commit is contained in:
@@ -46,6 +46,6 @@ stats.gauges.<app>.users.active.all.<bucket> (5) = sum stats.gauges.<app>.users.
|
||||
stats.gauges.<app>.users.reading.all.<bucket> (5) = sum stats.gauges.<app>.users.reading.*.<bucket>
|
||||
|
||||
# Aggregate all per-realm end-to-end send stats to overall
|
||||
stats.timers.<app>.endtoend.send_time.all (5) = sum stats.timers.<app>.endtoend.send_time.*
|
||||
stats.timers.<app>.endtoend.receive_time.all (5) = sum stats.timers.<app>.endtoend.receive_time.*
|
||||
stats.timers.<app>.endtoend.displayed_time.all (5) = sum stats.timers.<app>.endtoend.displayed_time.*
|
||||
stats.timers.<app>.endtoend.send_time.all.<type> (5) = sum stats.timers.<app>.endtoend.send_time.*.<type>
|
||||
stats.timers.<app>.endtoend.receive_time.all.<type> (5) = sum stats.timers.<app>.endtoend.receive_time.*.<type>
|
||||
stats.timers.<app>.endtoend.displayed_time.all.<type> (5) = sum stats.timers.<app>.endtoend.displayed_time.*.<type>
|
||||
|
||||
Reference in New Issue
Block a user