prometheus/promql
Fabian Reinartz cb10ceac18 promql: allow scalar expressions in range queries, improve errors.
These changes allow to do range queries over scalar expressions.
Errors on bad types for range queries are now raised on query creation
rather than evaluation.
2015-06-10 18:36:02 +02: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 Refactor query evaluation. 2015-04-28 14:19:05 +02:00
engine.go promql: allow scalar expressions in range queries, improve errors. 2015-06-10 18:36:02 +02:00
engine_test.go Limit maximum number of concurrent queries. 2015-05-06 11:34:17 +02:00
functions.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
lex.go web/api: add initial API v1 implementation. 2015-06-06 21:47:36 +02:00
lex_test.go promql: fix lexing of \r as whitespaces 2015-06-02 18:33:49 +02:00
parse.go Move pkg/ to util/ 2015-06-01 21:12:32 +02:00
parse_test.go promql: fix parsing ambiguity for serial repetitions 2015-06-04 19:00:22 +02:00
printer.go Move pkg/ to util/ 2015-06-01 21:12:32 +02:00
promql_test.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
quantile.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
test.go promql: expose storage and query engine for tests 2015-06-04 19:00:22 +02:00