All .._total fields showing no data

  • What Grafana version and what operating system are you using?
    grafana version 11.6.0, NixOs w/ flakes
  • What are you trying to achieve?
  • Basic statistics (cpu/ram/net load) for a dashboard
  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    nothing in the logs anywhere :frowning:
    Hey all,

I’ve just set up Grafana + Prometheus on my home server, and added prometheus as a data source. I want to make a dashboard that displays simple stats, like cpu and ram utilization over time, but none of my total, sum, or count fields are returning data. A bunch of data is being displayed in explore/metrics, but nothing with the suffix total/sum/count seems to be working. Ive checked the logs from journalctl -eu grafana, as well as run the queries manually from the explore metricsbrowser. No data is being returned in anything. Am I missing something?
New to grafana so hoping this is an easy and obvious fix ive missed somewhere on the wiki. Thanks in advance!

for anyone wondering, i fixed it by adding: services.prometheus.globalConfig.scrape_interval = "15s";
(services.prometheus.globalConfig.scrape_interval - MyNixOS)
to my nixos config, guess that was needed :slight_smile: