Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b1379a7

Browse files
authored
Update legacy synapse_admin_mau: metric names in docs (#14358)
* Rename legacy metrics in MAU docs * changelog
1 parent 6546308 commit b1379a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/14358.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace references to legacy metrics `synapse_admin_mau` with new metric names.

docs/usage/administration/monthly_active_users.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ When a request is blocked, the response will have the `errcode` `M_RESOURCE_LIMI
7373

7474
Synapse records several different prometheus metrics for MAU.
7575

76-
`synapse_admin_mau:current` records the current MAU figure for native (non-application-service) users.
76+
`synapse_admin_mau_current` records the current MAU figure for native (non-application-service) users.
7777

78-
`synapse_admin_mau:max` records the maximum MAU as dictated by the `max_mau_value` config value.
78+
`synapse_admin_mau_max` records the maximum MAU as dictated by the `max_mau_value` config value.
7979

8080
`synapse_admin_mau_current_mau_by_service` records the current MAU including application service users. The label `app_service` can be used
8181
to filter by a specific service ID. This *also* includes non-application-service users under `app_service=native` .
8282

83-
`synapse_admin_mau:registered_reserved_users` records the number of users specified in `mau_limits_reserved_threepids` which have
83+
`synapse_admin_mau_registered_reserved_users` records the number of users specified in `mau_limits_reserved_threepids` which have
8484
registered accounts on the homeserver.

0 commit comments

Comments
 (0)