Skip to content

Commit 99990e3

Browse files
committed
Use stable IDs for etcd, CoreDNS, and Ngnix dashboards
* Use unique dashboard ID so that multiple replicas of Grafana serve dashboards with uniform paths * Fix issue where refreshing a dashboard served by one replica could show a 404 unless the request went to the same replica
1 parent 3c3708d commit 99990e3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Notable changes between versions.
1616
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
1717
* Update kube-state-metrics from v1.7.1 to v1.7.2
1818
* Update Grafana from v6.2.5 to v6.3.3
19+
* Use stable IDs for etcd, CoreDNS, and Nginx Ingress dashboards
1920
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
2021
* Fix Nginx security advisories
2122

addons/grafana/dashboards-coredns.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,8 @@ data:
10291029
"30d"
10301030
]
10311031
},
1032-
"timezone": "browser",
1032+
"timezone": "",
10331033
"title": "CoreDNS",
1034+
"uid": "2f3f749259235f58698ea949170d3bd5",
10341035
"version": 0
10351036
}

addons/grafana/dashboards-etcd.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,8 @@ data:
12241224
"30d"
12251225
]
12261226
},
1227-
"timezone": "browser",
1227+
"timezone": "",
12281228
"title": "etcd",
1229+
"uid": "c2f4e12cdf69feb95caa41a5a1b423d9",
12291230
"version": 215
12301231
}

addons/grafana/dashboards-nginx-ingress.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,8 @@ data:
10521052
"30d"
10531053
]
10541054
},
1055-
"timezone": "browser",
1055+
"timezone": "",
10561056
"title": "Nginx Ingress Controller",
1057+
"uid": "f4af03eca476c08ecf2b5cf15fd60168",
10571058
"version": 0
10581059
}

0 commit comments

Comments
 (0)