prometheus/promql
Fabian Reinartz c20e25f718 Add missing check for nil expression 2015-08-03 12:28:40 +02:00
..
testdata promql: error if all label matchers are empty. 2015-06-22 15:33:44 +02:00
analyzer.go Merge pull request #810 from prometheus/fabxc/lmatch 2015-06-22 15:45:50 +02:00
ast.go Merge pull request #843 from prometheus/fabxc/runbook 2015-06-25 14:07:45 +02:00
engine.go promql: implement JSON array format for scalar and string 2015-07-06 13:09:26 +02:00
engine_test.go promql: remove global flags 2015-06-15 19:01:06 +02:00
functions.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
lex.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
parse.go Add missing check for nil expression 2015-08-03 12:28:40 +02:00
parse_test.go Add missing check for nil expression 2015-08-03 12:28:40 +02:00
printer.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
printer_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +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: remove global flags 2015-06-15 19:01:06 +02:00