summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-04 10:45:01 +0000
committerGitHub <noreply@github.com>2022-11-04 10:45:01 +0000
commit78909f50286a857205269103b149be13e6cb95d1 (patch)
tree8c4fefcfc4d7ea5d3ff69fc368c688fe126b010b
parentCherry-pick "Run trial tests against Python 3.11 (#13812)" and fixup commit (diff)
downloadsynapse-78909f50286a857205269103b149be13e6cb95d1.tar.xz
Include monthly active user metrics in the list of legacy metrics names (#14360)
-rw-r--r--changelog.d/14360.doc1
-rw-r--r--docs/metrics-howto.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/14360.doc b/changelog.d/14360.doc
new file mode 100644
index 0000000000..8a8dee3b8d
--- /dev/null
+++ b/changelog.d/14360.doc
@@ -0,0 +1 @@
+Include monthly active user metrics in the list of legacy metrics names.
diff --git a/docs/metrics-howto.md b/docs/metrics-howto.md
index 8f1f11f2b2..16e4368f35 100644
--- a/docs/metrics-howto.md
+++ b/docs/metrics-howto.md
@@ -209,6 +209,9 @@ altogether in Synapse v1.73.0.**
 | synapse_http_httppusher_http_pushes_failed_total                             | synapse_http_httppusher_http_pushes_failed                             |
 | synapse_http_httppusher_badge_updates_processed_total                        | synapse_http_httppusher_badge_updates_processed                        |
 | synapse_http_httppusher_badge_updates_failed_total                           | synapse_http_httppusher_badge_updates_failed                           |
+| synapse_admin_mau_current                                                    | synapse_admin_mau:current                                              |
+| synapse_admin_mau_max                                                        | synapse_admin_mau:max                                                  |
+| synapse_admin_mau_registered_reserved_users                                  | synapse_admin_mau:registered_reserved_users                            |
 
 Removal of deprecated metrics & time based counters becoming histograms in 0.31.0
 ---------------------------------------------------------------------------------