The issue concerns the dashboard prometheus/node-exporter-full.json
In Network Traffic Basic panel, the function rate seems more appropriate than the currently used irate, as rate gets correct average traffic per interval irrespective of relation between scraping interval and __rate_interval. The irate can hide large bursts of traffic if the range interval is large.
Especially visible on traffic consisting of regular bursts.
Top is current version, bottom uses rate():
The issue concerns the dashboard
prometheus/node-exporter-full.json
In Network Traffic Basic panel, the functionrate
seems more appropriate than the currently usedirate
, asrate
gets correct average traffic per interval irrespective of relation between scraping interval and__rate_interval
. Theirate
can hide large bursts of traffic if the range interval is large.Especially visible on traffic consisting of regular bursts. Top is current version, bottom uses rate():