Change name of metric

pull/1020/merge
Matrix 2016-08-17 15:05:50 +01:00
parent b9e888858c
commit f743471380
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class _ServiceQueuer(object):
if not events: if not events:
return return
with Measure(self.clock, "_ServiceQueuer._send_request"): with Measure(self.clock, "servicequeuer.send"):
try: try:
yield self.txn_ctrl.send(service, events) yield self.txn_ctrl.send(service, events)
except: except: