summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-04-21 10:03:31 +0100
committerGitHub <noreply@github.com>2021-04-21 10:03:31 +0100
commit5d281c10dd3d4d1f96635e92d803a74e3880d6b7 (patch)
tree383d2aa43a5c156ca71e8232cc6a8def5221d109 /changelog.d
parentFurther tweaking on gpg signing key notice (diff)
downloadsynapse-5d281c10dd3d4d1f96635e92d803a74e3880d6b7.tar.xz
Stop BackgroundProcessLoggingContext making new prometheus timeseries (#9854)
This undoes part of b076bc276e881b262048307b6a226061d96c4a8d.
Diffstat (limited to '')
-rw-r--r--changelog.d/9854.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9854.bugfix b/changelog.d/9854.bugfix
new file mode 100644
index 0000000000..e39a3f9915
--- /dev/null
+++ b/changelog.d/9854.bugfix
@@ -0,0 +1 @@
+Fix a regression in Synapse 1.32.0 which caused Synapse to report large numbers of Prometheus time series, potentially overwhelming Prometheus instances.