cozystack/dashboards/gpu
Arsolitt b64bfcc414
fix(dashboard): deduplicate pending GPU pods by (namespace, pod)
The Pending GPU pods counter on gpu-quotas joined raw
kube_pod_container_resource_requests (per-container series) against
kube_pod_status_phase (per-pod series). Multi-container pods were
counted once per requesting container instead of once per pod, so the
widget over-reported whenever a Pending pod had more than one GPU
container. Collapse the requests to pod level before the join.

Signed-off-by: Arsolitt <arsolitt@gmail.com>
2026-04-18 07:36:14 +03:00
..
gpu-efficiency.json fix(dashboard): scope GPU panels to selected namespace 2026-04-18 07:27:33 +03:00
gpu-fleet.json docs(monitoring): mark gpu-fleet average utilization as legacy NVML 2026-04-18 07:11:28 +03:00
gpu-performance.json fix(dashboard): scope GPU panels to selected namespace 2026-04-18 07:27:33 +03:00
gpu-quotas.json fix(dashboard): deduplicate pending GPU pods by (namespace, pod) 2026-04-18 07:36:14 +03:00
gpu-tenants.json feat(monitoring): add GPU fleet and tenants dashboards 2026-04-18 06:35:12 +03:00