Version 3.1.1
Changed
- Built with Go 1.19
- Upgraded kube-state-metrics from 1.9.8 to 2.7.0
- Improved metric templating to work with non-PromQL queries
Fixed
- Fixed a panic when omitting
scalar
from PromQL queries
Important
The version of kube-state-metrics (KSM) has been upgraded from 1.x to 2.x; this allows the built-in Prometheus setup task to run on ARM platforms. As a result of the upgrade, some PromQL queries may need to be updated to account for changes in metric names (e.g. kube_pod_container_resource_requests_cpu_cores
became kube_pod_container_resource_requests{resource="cpu"}
).
Last modified June 27, 2024