Fix aggregation rules for endtoend time

(imported from commit 29165b09e2d8904ee502cc04610a951d87ef896f)
This commit is contained in:
Leo Franchi
2013-12-05 18:22:21 -05:00
parent abeb29c226
commit f70878e6c5

View File

@@ -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>