diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-27 18:01:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 18:01:04 +0100 |
commit | 5b22d5ee033f2c251bb06d2bd9e0e729df89f90f (patch) | |
tree | dff1690e3b014e604567a3f942f4e120a6ed5d5a /changelog.d | |
parent | allow specifying https:// proxy (#10411) (diff) | |
download | synapse-5b22d5ee033f2c251bb06d2bd9e0e729df89f90f.tar.xz |
Fix `oldest_pdu_in_federation_staging` (#10455)
If the staging area was empty we'd report an age of 51 years, which is not true or helpful.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10455.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10455.bugfix b/changelog.d/10455.bugfix new file mode 100644 index 0000000000..23c74a3c89 --- /dev/null +++ b/changelog.d/10455.bugfix @@ -0,0 +1 @@ +Fix `synapse_federation_server_oldest_inbound_pdu_in_staging` Prometheus metric to not report a max age of 51 years when the queue is empty. |