mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:04:54 -04:00
Trace how long it takes for the send trasaction to complete, including retrys (#5986)
This commit is contained in:
parent
bc604e7f94
commit
f7c873a643
4 changed files with 56 additions and 36 deletions
|
@ -345,7 +345,6 @@ class MatrixFederationHttpClient(object):
|
|||
else:
|
||||
query_bytes = b""
|
||||
|
||||
# Retreive current span
|
||||
scope = start_active_span(
|
||||
"outgoing-federation-request",
|
||||
tags={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue