diff options
author | Eric Eastwood <erice@element.io> | 2022-08-30 06:08:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 12:08:29 +0100 |
commit | 1eea73b4133da3afc2361592f7b2fa4a4125249d (patch) | |
tree | 264af720ab31c4312ed178fd84575911419744a4 /changelog.d | |
parent | Remove manually-added changelog (diff) | |
download | synapse-1eea73b4133da3afc2361592f7b2fa4a4125249d.tar.xz |
Fix rate limit metrics registering twice and misreporting (#13649)
* Fix rate limit metrics registering twice and misreporting Fix https://github.com/matrix-org/synapse/issues/13641 * Fix lints * Add changelog * Document `metrics_name=None`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13649.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13649.bugfix b/changelog.d/13649.bugfix new file mode 100644 index 0000000000..e6513a585a --- /dev/null +++ b/changelog.d/13649.bugfix @@ -0,0 +1 @@ +Fix rate limit gauge metrics registering twice and misreporting (`synapse_rate_limit_sleep_affected_hosts`, `synapse_rate_limit_reject_affected_hosts`). |