summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-08-20 17:40:59 +0100
committerErik Johnston <erik@matrix.org>2018-08-20 17:40:59 +0100
commite2c0aa2c2619d6db7f6d6b1413430133e365f4cd (patch)
tree2931e06c014c163841280f8eb42a63aedbadecfe
parentMake the in flight requests metrics thread safe (diff)
downloadsynapse-e2c0aa2c2619d6db7f6d6b1413430133e365f4cd.tar.xz
Newsfile
-rw-r--r--changelog.d/3722.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3722.bugfix b/changelog.d/3722.bugfix
new file mode 100644
index 0000000000..16cbaf76cb
--- /dev/null
+++ b/changelog.d/3722.bugfix
@@ -0,0 +1 @@
+Fix error collecting prometheus metrics when run on dedicated thread due to threading concurrency issues