diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-07-18 17:39:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 17:39:39 +0100 |
commit | 5526f9fc4f53c9e0eac6aa610bf0a76906b772dc (patch) | |
tree | 63cc2cc12ed0d6ba886ce984eae50769481ebf37 /changelog.d | |
parent | Up the dependency on canonicaljson to ^1.5.0 (#13172) (diff) | |
download | synapse-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.bugfix | 1 |
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. |