diff options
author | Eric Eastwood <erice@element.io> | 2022-08-17 16:10:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 16:10:07 -0500 |
commit | 49d04e43dfa0551f52c1f1872b6f311efa756ca8 (patch) | |
tree | 255deb10e120e0f368aeab9b2f728cf1940c8b00 /changelog.d | |
parent | Fix a bug in the `/event_reports` Admin API which meant that the total count ... (diff) | |
download | synapse-49d04e43dfa0551f52c1f1872b6f311efa756ca8.tar.xz |
Add metrics to track how the rate limiter is affecting requests (sleep/reject) (#13534)
Related to https://github.com/matrix-org/synapse/pull/13499 Part of https://github.com/matrix-org/synapse/issues/13356
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13534.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13534.misc b/changelog.d/13534.misc new file mode 100644 index 0000000000..b488bf74c3 --- /dev/null +++ b/changelog.d/13534.misc @@ -0,0 +1 @@ +Add metrics to track how the rate limiter is affecting requests (sleep/reject). |