summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-18 14:15:53 -0500
committerGitHub <noreply@github.com>2022-08-18 14:15:53 -0500
commit2c42673a9b8c708a73f49575673c85a32ea32b82 (patch)
treef42c6c912b1b1ceeeb0345a402f77d80c6d842db /changelog.d
parentFix incorrect juggling of logging contexts in `_PerHostRatelimiter` (#13554) (diff)
downloadsynapse-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.misc1
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.