{
"users": {
"total": 0,
"activeToday": 0,
"activeLast7Days": 0,
"newLast7Days": 0,
"banned": 0
},
"rooms": {
"activeNow": 0,
"totalToday": 0,
"totalLast7Days": 0,
"averageDuration": 0
},
"problems": {
"total": 0,
"byDifficulty": {
"easy": 0,
"medium": 0,
"hard": 0
}
},
"executions": {
"totalToday": 0,
"averageLatency": 0,
"failureRate": 0
},
"ai": {
"totalRequestsToday": 0,
"queueDepth": 0,
"averageLatency": 0,
"failureRate": 0
},
"system": {
"queueDepth": 0,
"cacheHitRate": 0,
"storageUsedMb": 0
}
}