Files
nixos/hosts
root 07b3601206
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
feat: add top-5 fullest PVs panel to Kubernetes dashboard
Add a horizontal bar gauge showing the disk usage % of the 5 most-full
PersistentVolumes in the cluster, using kubelet volume stats already
scraped by Prometheus:

  topk(5, kubelet_volume_stats_used_bytes
           / kubelet_volume_stats_capacity_bytes * 100)

Labels show namespace/PVC name. Color thresholds: green <70%, yellow
70–90%, red >90%. Placed at the bottom of the dashboard (y=46).

Bump dashboard version to 3.
2026-03-27 09:06:19 -05:00
..
2026-02-17 17:04:11 -06:00
2026-02-17 17:04:11 -06:00