grafana / kubernetes-app

A set of dashboards and panels for kubernetes.
https://grafana.com/plugins/grafana-kubernetes-app
Apache License 2.0
401 stars 149 forks source link

On node dashboard, not work when select special node #36

Open gaopeiliang opened 6 years ago

gaopeiliang commented 6 years ago

On node info dashboard , it work fine for all node , but when I select one special node , nothing show !!

grafana --- > v5.2

QL: sum((avg(irate(node_cpu_seconds_total{instance=~"$node", mode="system"}[5m])) * 100))

gaopeiliang commented 6 years ago

when I special one node , QL is same as sum((avg(irate(node_cpu_seconds_total{instance=~"$node", mode="system"}[5m])) * 100))

I think is the $node argument is not correct ......

gaopeiliang commented 6 years ago

https://github.com/grafana/kubernetes-app/issues/13