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:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user