summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-17 04:33:19 -0500
committerGitHub <noreply@github.com>2022-08-17 10:33:19 +0100
commit088bcb7ecb91df5ca527d096299fbcec4ce5f5fa (patch)
tree5c1a1ce864206fd99b84e28b86dda8faa0d2681e /changelog.d
parentAdd specific metric to time long-running `/messages` requests (#13533) (diff)
downloadsynapse-088bcb7ecb91df5ca527d096299fbcec4ce5f5fa.tar.xz
Time how long it takes us to do backfill processing (#13535)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13535.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13535.misc b/changelog.d/13535.misc
new file mode 100644
index 0000000000..6b190181c8
--- /dev/null
+++ b/changelog.d/13535.misc
@@ -0,0 +1 @@
+Add metrics to time how long it takes us to do backfill processing (`synapse_federation_backfill_processing_before_time_seconds`, `synapse_federation_backfill_processing_after_time_seconds`).