prometheus/promql
beorn7 4b574e8a61 Switch chunk encoding to type 2 where it was hardcoded type 1 before
The chunk encoding was hardcoded there because it mostly doesn't
matter what encoding is chosen in that test. Since type 1 is
battle-hardened enough, I'm switching to type 2 here so that we can
catch unexpected problems as a byproduct. My expectation is that the
chunk encoding doesn't matter anyway, as said, but then "unexpected
problems" contains the word "unexpected".
2016-03-20 23:32:20 +01:00
..
testdata Merge branch 'beorn7/storage2' into beorn7/storage3 2016-03-02 23:02:06 +01:00
analyzer.go Improve MetricsForLabelMatchers 2016-03-09 00:25:59 +01:00
ast.go Fix various typos in comments. 2016-02-10 03:47:00 +01:00
engine.go Improve predict_linear 2016-02-25 12:10:55 +01:00
engine_test.go promql: Reduce flakiness of concurrency test 2015-09-23 10:07:30 +01:00
functions.go Make a naked return less naked 2016-03-09 15:06:00 +01:00
lex.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
lex_test.go Fix typo in lexer test. 2016-03-02 01:13:27 +01:00
parse.go use short variable assignment 2016-03-03 09:46:50 -08:00
parse_test.go rewrite operator balancing to be recursive 2016-03-02 15:56:40 -08:00
printer.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
printer_test.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
test.go Switch chunk encoding to type 2 where it was hardcoded type 1 before 2016-03-20 23:32:20 +01:00