0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 00:58:22 +02:00

Change name of metric

This commit is contained in:
Matrix 2016-08-17 15:05:50 +01:00
parent b9e888858c
commit f743471380

View file

@ -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: