prometheus/promql
Tobias Guggenmos 213a8fe89a PromQL: Parse Series descriptions using the generated parser (#6494)
* Use generated parser for series descriptions

Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
2019-12-21 08:44:12 +00:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
testdata Fix absent output where two label matchers are identical (#6493) 2019-12-20 14:33:33 +00:00
ast.go PromQL: Reduce Code duplication in AST traversion (#6362) 2019-11-25 11:41:59 +00:00
bench_test.go PromQL: Fix parser benchmark (#6495) 2019-12-20 11:30:41 +00:00
engine.go Return unused point slice to pool in Call and VectorSelector eval. (#6427) 2019-12-09 10:32:40 +00:00
engine_test.go Pushdown aggregator group by through read hint (#6401) 2019-12-05 14:06:28 +00:00
functions.go promql: function: fix typo (#6501) 2019-12-20 22:30:55 +00:00
functions_test.go Refactor testutil.NewStorage into a new package 2019-08-08 19:43:04 -06:00
fuzz.go fix fuzz targets (#5851) 2019-08-12 20:47:57 +02:00
generated_parser.y PromQL: Parse Series descriptions using the generated parser (#6494) 2019-12-21 08:44:12 +00:00
generated_parser.y.go PromQL: Parse Series descriptions using the generated parser (#6494) 2019-12-21 08:44:12 +00:00
lex.go PromQL: Parse grouping opts with the generated parser (#6472) 2019-12-18 14:18:52 +00:00
lex_test.go PromQL: export lexer (#6435) 2019-12-09 19:03:31 +00:00
parse.go PromQL: Parse Series descriptions using the generated parser (#6494) 2019-12-21 08:44:12 +00:00
parse_test.go PromQL: Support trailing commas in grouping opts (#6480) 2019-12-20 11:28:56 +00:00
printer.go fix subquery with offset conversion to string (#6373) 2019-11-26 06:45:51 +00:00
printer_test.go fix subquery with offset conversion to string (#6373) 2019-11-26 06:45:51 +00:00
promql_test.go promql: Move tests to testutil (#6103) 2019-10-09 18:06:53 -06:00
quantile.go func name ref correct "qauntile" -> "quantile" (#5834) 2019-08-06 06:11:16 +01:00
query_logger.go Merge the 2.13 release branch (#6169) 2019-10-18 02:21:58 +03:00
query_logger_test.go Merge the 2.13 release branch (#6169) 2019-10-18 02:21:58 +03:00
test.go Third correction (#6012) 2019-09-20 10:48:56 +01:00
test_test.go Fix some spelling issues (#5361) 2019-03-14 14:38:54 +00:00
value.go promql: fix typo in value.go (#6491) 2019-12-19 22:30:32 +00:00