diff options
author | Eric Eastwood <erice@element.io> | 2022-08-18 14:15:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 14:15:53 -0500 |
commit | 2c42673a9b8c708a73f49575673c85a32ea32b82 (patch) | |
tree | f42c6c912b1b1ceeeb0345a402f77d80c6d842db /changelog.d | |
parent | Fix incorrect juggling of logging contexts in `_PerHostRatelimiter` (#13554) (diff) | |
download | synapse-2c42673a9b8c708a73f49575673c85a32ea32b82.tar.xz |
Add metrics to track `/messages` response time by room size (#13545)
Follow-up to https://github.com/matrix-org/synapse/pull/13533 Part of https://github.com/matrix-org/synapse/issues/13356
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13545.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13545.misc b/changelog.d/13545.misc new file mode 100644 index 0000000000..1cdbef179e --- /dev/null +++ b/changelog.d/13545.misc @@ -0,0 +1 @@ +Update metrics to track `/messages` response time by room size. |