hi,
i have a gke setup with monitoring setup. so i have the requirement of using gpu nodes so i have configured the prometheus to get the gpu metrics. but when i plot the query using the gpu metrics i got empty query result. when i do the queries individually they are showing the data.
here are the result
i am using this gpu query ----->DCGM_FI_DEV_GPU_UTIL
when i combine with my deployment -----> sum by (namespace, pod, label_seldon_deployment_id) (DCGM_FI_DEV_GPU_T) * on(namespace, pod) group_left(label_seldon_deployment_id) sum by (namespace, pod, label_seldon_deployment_id) (DCGM_FI_DEV_GPU_UTIL) * on(namespace, pod) group_left(label_seldon_deployment_id) kube_pod_labels{label_seldon_deployment_id="llm-testing-1"}
its not giving the result. showing empty result.