summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-04-06 14:52:39 +0100
committerGitHub <noreply@github.com>2022-04-06 13:52:39 +0000
commit6fe757d69ebbc96bf5077db88b1fd3a28c217d11 (patch)
treee011aa594c44b84b4520145e79d6b12603da6d72 /changelog.d
parentUpdate type annotations for compatiblity with prometheus_client 0.14 (#12389) (diff)
downloadsynapse-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.bugfix1
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.