diff --git a/puppet/zulip_internal/files/graphite/aggregation-rules.conf b/puppet/zulip_internal/files/graphite/aggregation-rules.conf index 139a1d67e9..1bc4928bcc 100644 --- a/puppet/zulip_internal/files/graphite/aggregation-rules.conf +++ b/puppet/zulip_internal/files/graphite/aggregation-rules.conf @@ -46,6 +46,6 @@ stats.gauges..users.active.all. (5) = sum stats.gauges..users. stats.gauges..users.reading.all. (5) = sum stats.gauges..users.reading.*. # Aggregate all per-realm end-to-end send stats to overall -stats.timers..endtoend.send_time.all (5) = sum stats.timers..endtoend.send_time.* -stats.timers..endtoend.receive_time.all (5) = sum stats.timers..endtoend.receive_time.* -stats.timers..endtoend.displayed_time.all (5) = sum stats.timers..endtoend.displayed_time.* +stats.timers..endtoend.send_time.all. (5) = sum stats.timers..endtoend.send_time.*. +stats.timers..endtoend.receive_time.all. (5) = sum stats.timers..endtoend.receive_time.*. +stats.timers..endtoend.displayed_time.all. (5) = sum stats.timers..endtoend.displayed_time.*.