Refresh Prometheus rules and Grafana dashboards

* Refresh rules and dashboards from upstreams
* Organize dashboards and stay below the ConfigMap size
limit
This commit is contained in:
Dalton Hubble
2019-03-13 23:05:14 -07:00
parent bf97a45b9d
commit aa630003a4
5 changed files with 1637 additions and 1357 deletions

View File

@ -27,7 +27,9 @@ Notable changes between versions.
#### Addons
* Update Prometheus from v2.7.1 to [v2.8.0](https://github.com/prometheus/prometheus/releases/tag/v2.8.0)
* Refresh rules based on upstreams ([#426](https://github.com/poseidon/typhoon/pull/426))
* Update Grafana from v6.0.0 to v6.0.1
* Refresh dashboards and organize to stay below ConfigMap size limit ([#426](https://github.com/poseidon/typhoon/pull/426))
* Remove heapster manifests from addons ([#427](https://github.com/poseidon/typhoon/pull/427))
* Heapster addon powers `kubectl top` (in early Kubernetes, running the addon was expected). Today, there are better monitoring options.
* `kubectl top` reliance on a non-core extension means its not in-scope for minimal Kubernetes