prometheus/promql/testdata
Brian Brazil f34de493d5 Add increase() function, to replace delta(..., 1).
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.
2015-05-26 22:49:21 +01:00
..
functions.test Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
histograms.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
legacy.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00