diff options
author | Eric Eastwood <erice@element.io> | 2022-08-17 04:38:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 10:38:05 +0100 |
commit | c6ee9c0ee40803a9e3673c2833e5a40032e86f5a (patch) | |
tree | 291e5fff1f0a1967850e903d202457a65dcdac2b /changelog.d | |
parent | Time how long it takes us to do backfill processing (#13535) (diff) | |
download | synapse-c6ee9c0ee40803a9e3673c2833e5a40032e86f5a.tar.xz |
Add metrics to track rate limiter queue timing (#13544)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13544.misc | 1 |
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`). |