diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-09 14:51:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-09 14:51:37 +0100 |
commit | 944428d1163d1521ef96db88040852520ad6cbff (patch) | |
tree | c21957d3a2968b27887112d66bf435e46ab020eb | |
parent | Merge remote-tracking branch 'origin/release-v1.38' into develop (diff) | |
download | synapse-944428d1163d1521ef96db88040852520ad6cbff.tar.xz |
Newsfile
-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. |