Update docker-compose to include voice_users volume, modify Grafana dashboard expressions for active and total users, and adjust message sender status check interval to every 4 hours.

This commit is contained in:
2025-09-03 22:08:07 +03:00
parent ec62183e2a
commit 18d6f3d441
3 changed files with 8 additions and 7 deletions

View File

@@ -450,7 +450,7 @@
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"expr": "sum(active_users)",
"expr": "active_users{user_type=\"daily\"}",
"refId": "A"
}
],
@@ -537,7 +537,7 @@
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"expr": "active_users{user_type=\"total\"}",
"expr": "total_users",
"refId": "A"
}
],