mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-18 02:51:03 +02:00
This calculates how much a counter increases over a given period of time, which is the area under the curve of it's rate. increase(x[5m]) is equivilent to rate(x[5m]) * 300.