-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
synapse_admin_mau_current always zero #16513
Comments
Just to confirm, the metric name seems to be Do you have |
Yes the variable is "synapse_admin_mau_current", I don't know why I translated it
no I have not configured these two. other values in the synapse dashboard are displayed but not the mau. |
You must enable one of those in order to enable MAU. After enabling you must restart Synapse (and I think Synapse doesn't re-calculate MAU for 5 minutes after starting). |
Thank you very much I'll try it I have relied on the instructions and thought with enable_metrics everything is enabled. |
ok my mistake, now i have the metrics too, sorry. |
Improving the docs is always appreciated! 👍 |
Description
The metric "synapse_admin_mau_current" always gives me 0 since the installation.
Steps to reproduce
Homeserver
rollenspiel.chat
Synapse Version
1.94.0
Installation Method
Debian packages from packages.matrix.org
Database
PostgreSQL
Workers
Single process
Platform
Dieban 12 (Bookworm) as VM on a Proxmox installation.
Configuration
listeners:
tls: false
type: http
x_forwarded: true
bind_addresses: ['0.0.0.0']
resources:
compress: false
beginning of the new metrics listener
type: metrics
bind_addresses: ['0.0.0.0']
enable_metrics: true
Relevant log output
the following line is repeated again and again, otherwise nothing with metric occurs in the log 2023-10-17 00:03:53,370 - synapse.metrics._gc - 120 - INFO - sentinel - Collecting gc 1
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: