Production-ready analytics: real telemetry (recent executions, hourly traffic, category/server rollups), kill all fake data

This commit is contained in:
drjones
2026-08-14 01:30:28 +00:00
parent 5e924bb6e9
commit 6993e81221
4 changed files with 256 additions and 134 deletions

View File

@@ -758,7 +758,7 @@ export const MCPHubTab: React.FC<MCPHubTabProps> = ({
<div>
<span className="text-slate-400 block text-xs">Router Latency</span>
<span className="text-xl font-black text-emerald-400">
{stats?.avgLatencyMs || 3}ms
{stats?.avgLatencyMs || 0}ms
</span>
</div>
</div>