diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-19 21:45:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 21:45:45 +1100 |
commit | b69216f7680b92ccd8f92e618e1a81c9ba3c3346 (patch) | |
tree | f94625c0eeea1a09d3f3e0ff92c685738d054d19 /changelog.d | |
parent | Merge pull request #4060 from matrix-org/hawkowl/ssh-key-py3 (diff) | |
download | synapse-b69216f7680b92ccd8f92e618e1a81c9ba3c3346.tar.xz |
Make the metrics less racy (#4061)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4061.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4061.bugfix b/changelog.d/4061.bugfix new file mode 100644 index 0000000000..94ffcf7a51 --- /dev/null +++ b/changelog.d/4061.bugfix @@ -0,0 +1 @@ +Fix some metrics being racy and causing exceptions when polled by Prometheus. |