mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 17:34:21 -05:00
Change name of metric
This commit is contained in:
parent
b9e888858c
commit
f743471380
@ -120,7 +120,7 @@ class _ServiceQueuer(object):
|
||||
if not events:
|
||||
return
|
||||
|
||||
with Measure(self.clock, "_ServiceQueuer._send_request"):
|
||||
with Measure(self.clock, "servicequeuer.send"):
|
||||
try:
|
||||
yield self.txn_ctrl.send(service, events)
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user