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
I have deployed GPU operator on EKS cluster using helm chart, also I have deployed prometheus, but when I am querying GPu utilization metric DCGM_FI_DEV_GPU_UTIL it is returning empty even when I have 27% GPU utilization
I have deployed GPU operator on EKS cluster using helm chart, also I have deployed prometheus, but when I am querying GPu utilization metric DCGM_FI_DEV_GPU_UTIL it is returning empty even when I have 27% GPU utilization
curl localhost:9090/api/v1/query?query=DCGM_FI_DEV_GPU_UTIL
output:
{"status":"success","data":{"resultType":"vector","result":[]}}
The text was updated successfully, but these errors were encountered: