summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-27 18:01:04 +0100
committerGitHub <noreply@github.com>2021-07-27 18:01:04 +0100
commit5b22d5ee033f2c251bb06d2bd9e0e729df89f90f (patch)
treedff1690e3b014e604567a3f942f4e120a6ed5d5a /changelog.d
parentallow specifying https:// proxy (#10411) (diff)
downloadsynapse-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.bugfix1
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.