{{ formatNumber(stats.requests.total) }}
Total Requests
{{ formatChange(requestsChange) }}
{{ (stats.requests.successRate * 100).toFixed(1) }}%
Success Rate
{{ formatChange(successRateChange) }}
{{ stats.timing.averageLatency.toFixed(0) }}ms
Avg Latency
{{ formatChange(latencyChange) }}
${{ stats.costs.total.toFixed(2) }}
Total Cost
${{ costChange.toFixed(2) }}
System Health Checks
{{ formatCheckName(key) }}
{{ formatCheckValue(key, check) }}
Active Alerts ({{ systemHealth.alerts.length }})
{{ alert.message }}
Source: {{ alert.source }}
Performance Trends
Response Time (Last Hour)
Request Volume
Cost by Provider
{{ provider }}
${{ cost.toFixed(2) }}
Optimization Recommendations
{{ rec.description }}
Expected Impact:
đ {{ rec.expectedImpact.performanceGain }}
đ° {{ rec.expectedImpact.costSaving }}
đĄī¸ {{ rec.expectedImpact.reliabilityImprovement }}
Controls