fixed log4j issue
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / assets / data / dashboard-test.json
1 {
2     "appDeployStatus": {
3         "DeploySuccess": 8,
4         "DeployFailed": 2,
5         "DeployPending": 3
6     },
7     "stabilityStatus": {
8         "NodesStable": 10,
9         "NodesUnstable": 2,
10         "PodsStable": 12,
11         "PodsUnstable": 10,
12         "ServicesRunning": 12
13     },
14     "historyStatus": {
15         "jan": 10,
16         "feb": 20,
17         "mar": 8,
18         "apr": 17,
19         "may": 50,
20         "jun": 23,
21         "jul": 18,
22         "aug": 34,
23         "sep": 42,
24         "oct": 15,
25         "nov": 12,
26         "dec": 48
27     }
28 }