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
This commit is contained in:
parent
3c3708d58e
commit
99990e3cbb
|
@ -16,6 +16,7 @@ Notable changes between versions.
|
||||||
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
|
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
|
||||||
* Update kube-state-metrics from v1.7.1 to v1.7.2
|
* Update kube-state-metrics from v1.7.1 to v1.7.2
|
||||||
* Update Grafana from v6.2.5 to v6.3.3
|
* Update Grafana from v6.2.5 to v6.3.3
|
||||||
|
* Use stable IDs for etcd, CoreDNS, and Nginx Ingress dashboards
|
||||||
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
|
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
|
||||||
* Fix Nginx security advisories
|
* Fix Nginx security advisories
|
||||||
|
|
||||||
|
|
|
@ -1029,7 +1029,8 @@ data:
|
||||||
"30d"
|
"30d"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "",
|
||||||
"title": "CoreDNS",
|
"title": "CoreDNS",
|
||||||
|
"uid": "2f3f749259235f58698ea949170d3bd5",
|
||||||
"version": 0
|
"version": 0
|
||||||
}
|
}
|
||||||
|
|
|
@ -1224,7 +1224,8 @@ data:
|
||||||
"30d"
|
"30d"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "",
|
||||||
"title": "etcd",
|
"title": "etcd",
|
||||||
|
"uid": "c2f4e12cdf69feb95caa41a5a1b423d9",
|
||||||
"version": 215
|
"version": 215
|
||||||
}
|
}
|
||||||
|
|
|
@ -1052,7 +1052,8 @@ data:
|
||||||
"30d"
|
"30d"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "",
|
||||||
"title": "Nginx Ingress Controller",
|
"title": "Nginx Ingress Controller",
|
||||||
|
"uid": "f4af03eca476c08ecf2b5cf15fd60168",
|
||||||
"version": 0
|
"version": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue