Hi,
Today I noticed that some of the panels on my grafana install are not working with small time frames (> 30 minutes) pulling data from prometheus, for ex with the default 5 and 15 minutes time frames some panels like CPU usage show “No data points”. The query of that panel is this:
100 - (avg(irate(node_cpu_seconds_total{mode="idle"}[$interval]) * on(instance) group_left(node_name) node_meta{node_id=~"$node_id"} * 100) by (node_name))
The only changes recently done were adding some alerts and changing the default scrape time from 15s to 1m to prometheus.
Any ideas ?
Thanks in advance.