synapse/changelog.d/10677.bugfix
Richard van der Hoff 15db8b7c7f
Correctly initialise the synapse_user_logins metric. (#10677)
Fix a bug where the prometheus metrics for SSO logins wouldn't be initialised
until the first user logged in with a given auth provider.
2021-08-24 09:17:51 +00:00

2 lines
117 B
Plaintext

Fix a bug which caused the `synapse_user_logins_total` Prometheus metric not to be correctly initialised on restart.