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've got Node Exporter, Prometheus, Alert Manager and Grafana set up in my k3s cluster. Prometheus is able to pull data from Node Exporter and Grafana can display some information from Prometheus but it seems that there's information missing. If I import this Grafana dashboard, there's next to no information about persistentvolumeclaims. One of the queries this dashboard runs is (kube_persistentvolumeclaim_info { namespace = "$namespace" }) which returns nothing. If I enter it manually into the prometheus expression box nothing shows up, kube_persistentvolumeclaim_info isn't even available in the dropdown.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I've got Node Exporter, Prometheus, Alert Manager and Grafana set up in my k3s cluster. Prometheus is able to pull data from Node Exporter and Grafana can display some information from Prometheus but it seems that there's information missing. If I import this Grafana dashboard, there's next to no information about persistentvolumeclaims. One of the queries this dashboard runs is
(kube_persistentvolumeclaim_info { namespace = "$namespace" })
which returns nothing. If I enter it manually into the prometheus expression box nothing shows up,kube_persistentvolumeclaim_info
isn't even available in the dropdown.This is my node-exporter yaml:
And this is my Prometheus yaml:
I'm sure it's something obvious that I just don't know about. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions