diff options
Diffstat (limited to 'v1.71/print.html')
-rw-r--r-- | v1.71/print.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v1.71/print.html b/v1.71/print.html index f12596ff84..9552fc308f 100644 --- a/v1.71/print.html +++ b/v1.71/print.html @@ -14340,11 +14340,11 @@ config value.</p> <p>When a request is blocked, the response will have the <code>errcode</code> <code>M_RESOURCE_LIMIT_EXCEEDED</code>.</p> <h2 id="metrics-1"><a class="header" href="#metrics-1">Metrics</a></h2> <p>Synapse records several different prometheus metrics for MAU.</p> -<p><code>synapse_admin_mau:current</code> records the current MAU figure for native (non-application-service) users.</p> -<p><code>synapse_admin_mau:max</code> records the maximum MAU as dictated by the <code>max_mau_value</code> config value.</p> +<p><code>synapse_admin_mau_current</code> records the current MAU figure for native (non-application-service) users.</p> +<p><code>synapse_admin_mau_max</code> records the maximum MAU as dictated by the <code>max_mau_value</code> config value.</p> <p><code>synapse_admin_mau_current_mau_by_service</code> records the current MAU including application service users. The label <code>app_service</code> can be used to filter by a specific service ID. This <em>also</em> includes non-application-service users under <code>app_service=native</code> .</p> -<p><code>synapse_admin_mau:registered_reserved_users</code> records the number of users specified in <code>mau_limits_reserved_threepids</code> which have +<p><code>synapse_admin_mau_registered_reserved_users</code> records the number of users specified in <code>mau_limits_reserved_threepids</code> which have registered accounts on the homeserver.</p> <div style="break-before: page; page-break-before: always;"></div><h2 id="understanding-synapse-through-grafana-graphs"><a class="header" href="#understanding-synapse-through-grafana-graphs">Understanding Synapse through Grafana graphs</a></h2> <p>It is possible to monitor much of the internal state of Synapse using <a href="https://prometheus.io">Prometheus</a> |