summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-09-05 16:35:50 +0100
committerJorik Schellekens <joriks@matrix.org>2019-09-05 16:35:50 +0100
commitd78a0a11e33943c765aded6c6b55c353c47960b8 (patch)
tree883f5866b841d23cce70add5084b33e1391ce833
parentOutdated comment (diff)
downloadsynapse-d78a0a11e33943c765aded6c6b55c353c47960b8.tar.xz
Nicer replication send trace name
-rw-r--r--synapse/replication/http/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/http/_base.py b/synapse/replication/http/_base.py
index fed2f5120f..64f012f5b8 100644
--- a/synapse/replication/http/_base.py
+++ b/synapse/replication/http/_base.py
@@ -133,7 +133,7 @@ class ReplicationEndpoint(object):
 
         client = hs.get_simple_http_client()
 
-        @trace
+        @trace(opname="outgoing_replication_request")
         @defer.inlineCallbacks
         def send_request(**kwargs):
             data = yield cls._serialize_payload(**kwargs)