mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Fix bankruptcy event sent to graphite
(imported from commit b016ab41ddc2636b76a49c9eb33b7becd387557d)
This commit is contained in:
@@ -92,4 +92,4 @@ def log_statsd_event(name):
|
||||
you can use the drawAsInfinite() command
|
||||
"""
|
||||
event_name = "events.%s" % (name,)
|
||||
statsd.incr(event_name, int(time()))
|
||||
statsd.incr(event_name)
|
||||
|
||||
Reference in New Issue
Block a user