diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-04-21 10:03:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 10:03:31 +0100 |
commit | 5d281c10dd3d4d1f96635e92d803a74e3880d6b7 (patch) | |
tree | 383d2aa43a5c156ca71e8232cc6a8def5221d109 /changelog.d | |
parent | Further tweaking on gpg signing key notice (diff) | |
download | synapse-5d281c10dd3d4d1f96635e92d803a74e3880d6b7.tar.xz |
Stop BackgroundProcessLoggingContext making new prometheus timeseries (#9854)
This undoes part of b076bc276e881b262048307b6a226061d96c4a8d.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/9854.bugfix | 1 |
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. |