summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-17 04:38:05 -0500
committerGitHub <noreply@github.com>2022-08-17 10:38:05 +0100
commitc6ee9c0ee40803a9e3673c2833e5a40032e86f5a (patch)
tree291e5fff1f0a1967850e903d202457a65dcdac2b /changelog.d
parentTime how long it takes us to do backfill processing (#13535) (diff)
downloadsynapse-c6ee9c0ee40803a9e3673c2833e5a40032e86f5a.tar.xz
Add metrics to track rate limiter queue timing (#13544)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13544.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13544.misc b/changelog.d/13544.misc
new file mode 100644
index 0000000000..d84ba3f076
--- /dev/null
+++ b/changelog.d/13544.misc
@@ -0,0 +1 @@
+Add metrics to track rate limiter queue timing (`synapse_rate_limit_queue_wait_time_seconds`).