I’m just wondering if there is a simple way to get NFS metrics into Grafana. I imported the NFS dashboard: NFS dashboard for Grafana | Grafana Labs but wasn’t able to populate any information due to not having the metrics.
That dashboard is for metrics from Prometheus Node Exporter. Have you installed Prometheus and it’s Node Exporter?
Basically, Grafana is just a tool to query/visualize your data.
But you still need to either have data in some form or collect and store the data in some form.
Prometheus is just one tool that can do data collection and storage of all sorts of things. And the Node exporter is used to collect data from hardware. A single “Node” in this case would be a particular PC or server where the exporter is running and collecting data from.