prometheus/promql
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
..
testdata Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
analyzer.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
ast.go
engine.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
engine_test.go
functions.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
lex.go
lex_test.go
parse.go
parse_test.go
printer.go
promql_test.go
quantile.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
test.go Remove test flags in help output 2015-05-23 12:23:33 +02:00