diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-04 16:39:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 16:39:27 +0000 |
commit | df425c2c63d969778f725c9053dd93e57ee854e1 (patch) | |
tree | 7d9970706cfc2787265fbc597dd06266eba25d16 /changelog.d | |
parent | Record the SSO Auth Provider in the login token (#9510) (diff) | |
download | synapse-df425c2c63d969778f725c9053dd93e57ee854e1.tar.xz |
Prometheus metrics for logins and registrations (#9511)
Add prom metrics for number of users successfully registering and logging in, by SSO provider.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9511.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9511.feature b/changelog.d/9511.feature new file mode 100644 index 0000000000..5214b50d41 --- /dev/null +++ b/changelog.d/9511.feature @@ -0,0 +1 @@ +Add prometheus metrics for number of users successfully registering and logging in. |