prometheus/promql
Julius Volz d44a89c6e8 Implement changes() function.
changes() takes a range vector and returns the number of times a value
has changed in the given time window for each time series as an instant
vector.
2015-05-26 19:06:22 +02:00
..
testdata Implement changes() function. 2015-05-26 19:06:22 +02:00
analyzer.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
ast.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
engine.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
engine_test.go Limit maximum number of concurrent queries. 2015-05-06 11:34:17 +02:00
functions.go Implement changes() function. 2015-05-26 19:06:22 +02:00
lex.go Add time series description parsing. 2015-05-18 17:29:32 +02:00
lex_test.go Add time series description parsing. 2015-05-18 17:29:32 +02:00
parse.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
parse_test.go Migrate parsing error tests. 2015-05-18 17:47:47 +02:00
printer.go Fix and improve parsing error output. 2015-04-30 12:19:39 +02:00
promql_test.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
quantile.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
test.go Remove test flags in help output 2015-05-23 12:23:33 +02:00