summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-07-18 17:39:39 +0100
committerGitHub <noreply@github.com>2022-07-18 17:39:39 +0100
commit5526f9fc4f53c9e0eac6aa610bf0a76906b772dc (patch)
tree63cc2cc12ed0d6ba886ce984eae50769481ebf37 /changelog.d
parentUp the dependency on canonicaljson to ^1.5.0 (#13172) (diff)
downloadsynapse-5526f9fc4f53c9e0eac6aa610bf0a76906b772dc.tar.xz
Fix overcounting of pushers when they are replaced (#13296)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13296.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13296.bugfix b/changelog.d/13296.bugfix
new file mode 100644
index 0000000000..ff0eb2b4a1
--- /dev/null
+++ b/changelog.d/13296.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.18.0 where the `synapse_pushers` metric would overcount pushers when they are replaced.