summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-19 12:26:26 +0100
committerGitHub <noreply@github.com>2020-10-19 12:26:26 +0100
commit1fcdbeb3ab66c20fd559f3a8e169b8185b19d067 (patch)
tree80efa7d4edbef6cead186ecd0575296e1472594f /changelog.d
parentReplace DeferredCache with LruCache where possible (#8563) (diff)
downloadsynapse-1fcdbeb3ab66c20fd559f3a8e169b8185b19d067.tar.xz
Start an opentracing span for background processes. (#8567)
This should reduce the number of `There was no active span` errors we
see.

Fixes #8510.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8567.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8567.bugfix b/changelog.d/8567.bugfix
new file mode 100644
index 0000000000..4d835df6fd
--- /dev/null
+++ b/changelog.d/8567.bugfix
@@ -0,0 +1 @@
+Fix increase in the number of `There was no active span...` errors logged when using OpenTracing.