Skip to content

fix(dashboard): follow HAMi metric rename so GPU panels resolve - #606

Merged
ZhangEnYao merged 2 commits into
mainfrom
605-gpu-panels-show-no-data-after-the-hami-metric-rename
Jul 30, 2026
Merged

fix(dashboard): follow HAMi metric rename so GPU panels resolve#606
ZhangEnYao merged 2 commits into
mainfrom
605-gpu-panels-show-no-data-after-the-hami-metric-rename

Conversation

@KUASWoodyLIN

Copy link
Copy Markdown
Collaborator

HAMi renamed its scheduler and device-plugin metrics (GPUDeviceMemoryLimit, Device_desc_of_container, vGPU_device_memoryin_bytes) to a hami* scheme, and relabelled deviceuuid → device_uuid and podnamespace/podname → exported_namespace/exported_pod. The dashboard still queried the old names, so every GPU query returned an empty vector while Prometheus reported success — the cluster GPU cards and the node table's GPU columns showed "no data" on a cluster with eight healthy RTX 4090s.

Point the queries and label lookups at the new names. GPU Utilization now averages DCGM_FI_DEV_GPU_UTIL instead of HAMi's per-container ratio: the card is titled "average across all GPU cards", DCGM reports per physical card, and the card count beside it already came from DCGM.

HAMi renamed its scheduler and device-plugin metrics (GPUDeviceMemoryLimit,
Device_*_desc_of_container, vGPU_device_memory_*_in_bytes) to a hami_* scheme,
and relabelled deviceuuid → device_uuid and podnamespace/podname →
exported_namespace/exported_pod. The dashboard still queried the old names, so
every GPU query returned an empty vector while Prometheus reported success —
the cluster GPU cards and the node table's GPU columns showed "no data" on a
cluster with eight healthy RTX 4090s.

Point the queries and label lookups at the new names. GPU Utilization now
averages DCGM_FI_DEV_GPU_UTIL instead of HAMi's per-container ratio: the card
is titled "average across all GPU cards", DCGM reports per physical card, and
the card count beside it already came from DCGM.
@KUASWoodyLIN KUASWoodyLIN linked an issue Jul 30, 2026 that may be closed by this pull request
@ZhangEnYao
ZhangEnYao merged commit 0462a40 into main Jul 30, 2026
8 of 11 checks passed
@ZhangEnYao
ZhangEnYao deleted the 605-gpu-panels-show-no-data-after-the-hami-metric-rename branch July 30, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GPU panels show "no data" after the HAMi metric rename

2 participants