From d78a0a11e33943c765aded6c6b55c353c47960b8 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 5 Sep 2019 16:35:50 +0100 Subject: Nicer replication send trace name --- synapse/replication/http/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.5.1