You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ A set of Grafana dashboards and Prometheus alerts for Kubernetes.
19
19
| release-0.8 | v1.20+ | v2.11.0+ | v2.0+ |
20
20
| release-0.9 | v1.20+ | v2.11.0+ | v2.0+ |
21
21
| release-0.10 | v1.20+ | v2.11.0+ | v2.0+ |
22
+
| release-0.11 | v1.23+ | v2.11.0+ | v2.0+ |
22
23
| master | v1.23+ | v2.11.0+ | v2.0+ |
23
24
24
25
In Kubernetes 1.14 there was a major [metrics overhaul](https://github.com/kubernetes/enhancements/issues/1206) implemented.
25
26
Therefore v0.1.x of this repository is the last release to support Kubernetes 1.13 and previous version on a best effort basis.
26
27
27
28
Some alerts now use Prometheus filters made available in Prometheus 2.11.0, which makes this version of Prometheus a dependency.
28
29
29
-
Warning: This compatibility matrix was initially created based on experience, we do not guarantee the compatibility, it may be updated based on new learnings.
30
+
Warning: This compatibility matrix was initially created based on experience, we do not guarantee the compatibility, it may be updated based on new learnings.
30
31
31
32
Warning: By default the expressions will generate *grafana 7.2+* compatible rules using the *$__rate_interval* variable for rate functions. If you need backward compatible rules please set *grafana72: false* in your *_config*
32
33
@@ -250,5 +251,5 @@ While the community has not yet fully agreed on alert severities and their to be
250
251
251
252
## Note
252
253
253
-
You can use the external tool call [prom-metrics-check](https://github.com/ContainerSolutions/prom-metrics-check) to validate the created dashboards. This tool allows you to check if the metrics installed and used in Grafana dashboards exist in the Prometheus instance.
254
+
You can use the external tool call [prom-metrics-check](https://github.com/ContainerSolutions/prom-metrics-check) to validate the created dashboards. This tool allows you to check if the metrics installed and used in Grafana dashboards exist in the Prometheus instance.
254
255
Please have a look at https://github.com/ContainerSolutions/prom-metrics-check.
0 commit comments