Skip to content

Commit 7c5a8ad

Browse files
author
Jonathan Chauncey
authored
Merge pull request #158 from jchauncey/kube-health-dash
chore(grafana): Add improved kubernetes health dashboard
2 parents df1a2c0 + 0369d15 commit 7c5a8ad

6 files changed

Lines changed: 1128 additions & 10 deletions

File tree

grafana/rootfs/usr/share/grafana/api/dashboards/deis_component_health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4273,7 +4273,7 @@
42734273
}
42744274
],
42754275
"time": {
4276-
"from": "now-5m",
4276+
"from": "now-3h",
42774277
"to": "now"
42784278
},
42794279
"timepicker": {

grafana/rootfs/usr/share/grafana/api/dashboards/deis_router.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dashboard":{
2+
"dashboard": {
33
"id": null,
44
"title": "Deis Router",
55
"tags": [
@@ -1050,7 +1050,7 @@
10501050
}
10511051
],
10521052
"time": {
1053-
"from": "now-5m",
1053+
"from": "now-3h",
10541054
"to": "now"
10551055
},
10561056
"timepicker": {
@@ -1087,7 +1087,7 @@
10871087
},
10881088
"refresh": "5s",
10891089
"schemaVersion": 12,
1090-
"version": 1,
1090+
"version": 0,
10911091
"links": [],
10921092
"gnetId": null
10931093
}

grafana/rootfs/usr/share/grafana/api/dashboards/influx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
}
656656
],
657657
"time": {
658-
"from": "now-5m",
658+
"from": "now-3h",
659659
"to": "now"
660660
},
661661
"timepicker": {
@@ -691,7 +691,7 @@
691691
"list": []
692692
},
693693
"schemaVersion": 12,
694-
"version": 1,
694+
"version": 0,
695695
"links": [],
696696
"gnetId": null
697697
}

0 commit comments

Comments
 (0)