ahhhh, Okay. That’s it. I was using the gpu node exporter for those machines and apparently it doesn’t have the node_uname_info variable.
Just curious, what is the best practices for when to use different “job”(s)? I broke it down into “cpu-nodes” and “gpu-nodes” based on the exporter. I’m getting the feeling this isn’t the best idea. -Kevin > On Jun 27, 2020, at 9:32 AM, Brian Candler <[email protected]> wrote: > > > Instead of > > nvidia_gpu_power_usage{job=“gpu_nodes”} > > check > > node_uname_info{job="gpu_nodes"} > > (since it's a query on "node_uname_info" which is apparently missing > information) > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/a00436c8-e9d0-4655-9432-c318e3852e8fo%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/C1E60D7C-DA51-4390-8E20-45D257EA8E63%40gmail.com.

