Production-ready analytics: real telemetry (recent executions, hourly traffic, category/server rollups), kill all fake data
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user