diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-13 11:33:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 11:33:15 +0100 |
commit | 879d8c1ee1703a0f612b7f442409d2fcded587d6 (patch) | |
tree | 50a95479524c81b9a737fa2c1f1d59a4ae67e376 /changelog.d | |
parent | Replace `room_depth.min_depth` with a BIGINT (#10289) (diff) | |
download | synapse-879d8c1ee1703a0f612b7f442409d2fcded587d6.tar.xz |
Fix federation inbound age metric. (#10355)
We should be reporting the age rather than absolute timestamp.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10355.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10355.bugfix b/changelog.d/10355.bugfix new file mode 100644 index 0000000000..92df612011 --- /dev/null +++ b/changelog.d/10355.bugfix @@ -0,0 +1 @@ +Fix newly added `synapse_federation_server_oldest_inbound_pdu_in_staging` prometheus metric to measure age rather than timestamp. |