mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 17:44:20 -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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user