diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-06 14:52:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 13:52:39 +0000 |
commit | 6fe757d69ebbc96bf5077db88b1fd3a28c217d11 (patch) | |
tree | e011aa594c44b84b4520145e79d6b12603da6d72 /changelog.d | |
parent | Update type annotations for compatiblity with prometheus_client 0.14 (#12389) (diff) | |
download | synapse-6fe757d69ebbc96bf5077db88b1fd3a28c217d11.tar.xz |
Fix `synapse_event_persisted_position` metric (#12390)
Fixes a bug introduced in #11417 where we would only included backfilled events in `synapse_event_persisted_position`
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12390.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12390.bugfix b/changelog.d/12390.bugfix new file mode 100644 index 0000000000..159c6b3c0f --- /dev/null +++ b/changelog.d/12390.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.49.0 which caused the `synapse_event_persisted_position` metric to have invalid values. |