diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-20 17:40:59 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-20 17:40:59 +0100 |
commit | e2c0aa2c2619d6db7f6d6b1413430133e365f4cd (patch) | |
tree | 2931e06c014c163841280f8eb42a63aedbadecfe | |
parent | Make the in flight requests metrics thread safe (diff) | |
download | synapse-e2c0aa2c2619d6db7f6d6b1413430133e365f4cd.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/3722.bugfix | 1 |
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 |