diff options
author | Eric Eastwood <erice@element.io> | 2022-08-23 02:47:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 08:47:30 +0100 |
commit | 9385c41ba4fd9cbc86d074ff8fa69e2ae437eb88 (patch) | |
tree | 475b666ad5ad8ca2cb3ab6cf36aed6b8b6d12a97 /changelog.d | |
parent | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... (diff) | |
download | synapse-9385c41ba4fd9cbc86d074ff8fa69e2ae437eb88.tar.xz |
Fix Prometheus metrics being negative (mixed up start/end) (#13584)
Fix: - https://github.com/matrix-org/synapse/pull/13535#discussion_r949582508 - https://github.com/matrix-org/synapse/pull/13533#discussion_r949577244
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13584.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13584.misc b/changelog.d/13584.misc new file mode 100644 index 0000000000..6b190181c8 --- /dev/null +++ b/changelog.d/13584.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`). |