mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-03 19:51:01 +02:00
irate is a rate function that only looks at the most recent two data points, and calucaltes a per-second value from that. This produces much more granular graphs for fast moving data, and works sanely across many scrape intervals. It doesn't do so well for slowly moving data.