kubernetes-app icon indicating copy to clipboard operation
kubernetes-app copied to clipboard

fixed dashboards and added new var -- node-exporter v0.16.0+

Open wguto opened this issue 6 years ago • 3 comments

This fixes the problems of not getting data points on the dashboards. The reason for this is that the metrics were out of date. When updating the metrics you will also need a new variable. It is all fixed in this PR.

wguto avatar Jan 23 '19 13:01 wguto

@wguto can you tell us how to install this plugin with your commited version?

I tried to change the Json Directly but it doesn't reload

fauzan-n avatar Jul 05 '19 07:07 fauzan-n

@x-fauzan-x

  1. git clone https://github.com/wguto/kubernetes-app.git
  2. delete the old grafana's kubernetes-app plugin dir or move out of the plugins dir, and then move the git dir to grafana's plugin. My grafana pod config is
"volumeMounts": [
          {
            "name": "nfs-kube-system",
            "mountPath": "/var/lib/grafana",
            "subPath": "grafana"
          }
]

so, the plugin dir is nfs/grafana/plugins 3. restart the grafana pod.

ddy86 avatar Jul 11 '19 09:07 ddy86

@daiyoung doesn't work for me ... i have node exporter v0.18.0 deployed and the new dashboards with the fixes from your repo are still broken

discostur avatar Aug 19 '19 13:08 discostur