diff options
author | Eric Eastwood <erice@element.io> | 2022-08-17 04:33:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 10:33:19 +0100 |
commit | 088bcb7ecb91df5ca527d096299fbcec4ce5f5fa (patch) | |
tree | 5c1a1ce864206fd99b84e28b86dda8faa0d2681e /changelog.d | |
parent | Add specific metric to time long-running `/messages` requests (#13533) (diff) | |
download | synapse-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.misc | 1 |
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`). |