mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-16 10:01:02 +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.