summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-18 10:05:07 -0500
committerGitHub <noreply@github.com>2022-08-18 10:05:07 -0500
commitd64653d062a7fc27782e70c1ca581e85b7730e72 (patch)
treefad14f84578004d4c6245da8e523b363107eb02e /changelog.d
parentAdd support for compression to federation responses (#13537) (diff)
downloadsynapse-d64653d062a7fc27782e70c1ca581e85b7730e72.tar.xz
Track number of hosts affected by the rate limiter (#13541)
Track number of hosts affected by the rate limiter so we can differentiate one really noisy homeserver from a general ratelimit tuning problem across the federation.

Follow-up to https://github.com/matrix-org/synapse/pull/13534

Part of https://github.com/matrix-org/synapse/issues/13356
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13541.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13541.misc b/changelog.d/13541.misc
new file mode 100644
index 0000000000..b488bf74c3
--- /dev/null
+++ b/changelog.d/13541.misc
@@ -0,0 +1 @@
+Add metrics to track how the rate limiter is affecting requests (sleep/reject).