summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-25 11:20:57 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-25 11:20:57 +0000
commit6f0aa971a68510efbe866706c764d6e8a10438fb (patch)
treeb5746bed7a2ed6d07079bb6dd7e90cc318f66f53 /synapse/http/matrixfederationclient.py
parentGracefully handle log context slips and missing opentracing import errors. (#... (diff)
parentTrace how long it takes for the send trasaction to complete, including retrys... (diff)
downloadsynapse-6f0aa971a68510efbe866706c764d6e8a10438fb.tar.xz
Trace how long it takes for the send trasaction to complete, including retrys (#5986)
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r--synapse/http/matrixfederationclient.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index 4326e98a28..3f7c93ffcb 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -345,7 +345,6 @@ class MatrixFederationHttpClient(object): else: query_bytes = b"" - # Retreive current span scope = start_active_span( "outgoing-federation-request", tags={