You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class_drm_amdgpu.go module will return empty objects if there are no AMD GPUs, but the card[0-9] directory exists. This can happen when NVIDIA GPUs are present instead, and the directories for each will still exist, even though the DRIVER in the event file is not amdgpu.
The empty objects will then be exported as metrics by node_exporter.
The text was updated successfully, but these errors were encountered:
Deezzir
changed the title
DRM_amdgpu class returns entires even if AMD GPUs do not exist
DRM_amdgpu class returns entries even if AMD GPUs do not exist
Oct 18, 2024
Deezzir
changed the title
DRM_amdgpu class returns entries even if AMD GPUs do not exist
DRM_amdgpu class returns entries even if AMD GPUs are not present
Oct 18, 2024
The
class_drm_amdgpu.go
module will return empty objects if there are no AMD GPUs, but thecard[0-9]
directory exists. This can happen when NVIDIA GPUs are present instead, and the directories for each will still exist, even though theDRIVER
in theevent
file is notamdgpu
.The empty objects will then be exported as metrics by
node_exporter
.The text was updated successfully, but these errors were encountered: