kubernetes-monitoring / kubernetes-mixin

A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Apache License 2.0
2.12k stars 596 forks source link

Fix: Handle float apiserver buckets #965

Open SuperQ opened 3 months ago

SuperQ commented 3 months ago

Depending on the version of client_golang and metrics format (Prometheus vs OpenMetrics), bucket names may contain either integer or float formatting.

Use a regexp match to select either format.

povilasv commented 3 months ago

We have some lint failures

povilasv commented 2 months ago

@SuperQ FYI CI is still failing