Dashboard
System status and analytics.
Overview
The Dashboard provides:
- System health overview
- Message statistics
- Channel status
- Performance metrics
Access
http://localhost:3000/dashboardWidgets
System Status
- Gateway status
- Uptime
- Memory usage
- CPU usage
Channel Health
- Connected channels
- Message counts
- Error rates
- Last activity
Message Statistics
- Messages per day
- Response times
- Token usage
- Model distribution
Session Overview
- Active sessions
- Session duration
- User activity
Configuration
json5
{
web: {
dashboard: {
enabled: true,
refreshInterval: 5000, // ms
widgets: ["status", "channels", "messages", "sessions"]
}
}
}API
Dashboard data is also available via API:
bash
curl http://localhost:3000/api/dashboard