summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-26 21:53:11 -0500
committerEric Eastwood <erice@element.io>2022-07-26 21:53:11 -0500
commit2fe6911957db0d49d68d388aeab479a0bf685949 (patch)
tree179b4e7a978a841279b6faf23c7a9536ec6f111e /synapse/util
parentMigrate to OpenTelemetry tracing (diff)
downloadsynapse-2fe6911957db0d49d68d388aeab479a0bf685949.tar.xz
Some shim and some new
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/caches/response_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/caches/response_cache.py b/synapse/util/caches/response_cache.py
index 9c6cda446a..7edac03680 100644
--- a/synapse/util/caches/response_cache.py
+++ b/synapse/util/caches/response_cache.py
@@ -29,7 +29,7 @@ import attr
 from twisted.internet import defer
 
 from synapse.logging.context import make_deferred_yieldable, run_in_background
-from synapse.logging.opentelemetry import (
+from synapse.logging.tracing import (
     active_span,
     start_active_span,
     start_active_span_follows_from,