summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
committerEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
commit9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8 (patch)
treea17fa1ee1672285b9ec48e79e4e8d67c6e877c6e /synapse/federation
parentRestore logging current_context (not sure why removed (diff)
downloadsynapse-9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8.tar.xz
Clean up some opentracing text references
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/sender/transaction_manager.py2
-rw-r--r--synapse/federation/transport/server/_base.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/federation/sender/transaction_manager.py b/synapse/federation/sender/transaction_manager.py
index c819cdcf8b..3f2c8bcfa1 100644
--- a/synapse/federation/sender/transaction_manager.py
+++ b/synapse/federation/sender/transaction_manager.py
@@ -81,7 +81,7 @@ class TransactionManager:
             edus: List of EDUs to send
         """
 
-        # Make a transaction-sending opentracing span. This span follows on from
+        # Make a transaction-sending tracing span. This span follows on from
         # all the edus in that transaction. This needs to be done since there is
         # no active span here, so if the edus were not received by the remote the
         # span would have no causality and it would be forgotten.
diff --git a/synapse/federation/transport/server/_base.py b/synapse/federation/transport/server/_base.py
index 7beafe33c1..c9b46111fe 100644
--- a/synapse/federation/transport/server/_base.py
+++ b/synapse/federation/transport/server/_base.py
@@ -310,7 +310,7 @@ class BaseFederationServlet:
                 logger.warning("authenticate_request failed: %s", e)
                 raise
 
-            # update the active opentracing span with the authenticated entity
+            # update the active tracing span with the authenticated entity
             set_attribute("authenticated_entity", str(origin))
 
             # if the origin is authenticated and whitelisted, use its span context