-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmock_data.json
More file actions
44 lines (44 loc) · 921 Bytes
/
mock_data.json
File metadata and controls
44 lines (44 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"cost_and_usage": {
"daily_spend": {
"yesterday": 45.30,
"today": 58.75
},
"storage_anomaly": {
"message": "Storage costs up 200% this week - S3 usage spike detected",
"service": "Amazon S3",
"increase_percentage": 200
}
},
"cloudwatch_metrics": {
"pod_utilization": [
{
"pod_name": "api-server",
"namespace": "production",
"cpu_percent": 75.5
},
{
"pod_name": "worker",
"namespace": "production",
"cpu_percent": 3.2
},
{
"pod_name": "cache",
"namespace": "staging",
"cpu_percent": 45.8
}
]
},
"prometheus_metrics": {
"pod_historical_usage": {
"api-server": {
"peak_cpu_cores": 0.85,
"peak_memory_mib": 512.5
},
"worker": {
"peak_cpu_cores": 0.15,
"peak_memory_mib": 256.0
}
}
}
}