Releases: prosimcorp/cluster-autoscaler-status-exporter
Releases · prosimcorp/cluster-autoscaler-status-exporter
v0.2.1
v0.2.0
Notes
- Full refactor of logic so cluster-autoscaler-status configMap changes in the latest version for YAML format. It is so much easier to parse that configMap and expose the metrics.
Contributors
v0.1.0
First release
Highlights:
- All the health-related metrics are exported by node-group (to be fair, C.Autoscaler works with AutoScalingGroups instead). All of them are prefixed with
cluster_autoscaler_status_
. This could be configured with a flag in following versions. - Docker images are being created for several architectures:
linux/amd64
,linux/arm64
,linuxs390x
,linux/ppc64le
for those having special servers out there