prometheus/promql
beorn7 5408666387 Correctly stringify GROUP_x modifiers without labels
Since rule evaluations work via String(), this fixes evaluation of
rules containing GROUP_x modifiers without labels. This change is the
minimal bugfix (so that we can release a fixed version without
risk). It does not intend to implement any additional features (like
allowing `GROUP_LEFT()` or `ON()` or even `ON` - see discussion in
https://github.com/prometheus/prometheus/issues/1597 ).
2016-05-28 20:15:02 +02:00
..
fuzz-data Fuzzing corpus for ParseMetric. 2016-04-29 22:50:24 +02:00
testdata Add unittest for using a metric for thresholds with group_left. 2016-05-08 16:58:23 +01:00
analyzer.go Improve MetricsForLabelMatchers 2016-03-09 00:25:59 +01:00
ast.go Clarify error message around on(x) group_left(x) 2016-04-26 14:31:00 +01:00
bench.go Adds holt-winters query function 2016-03-28 15:42:27 -04:00
engine.go Rename On to MatchingLabels 2016-04-26 14:28:36 +01:00
engine_test.go Add missing license headers 2016-04-13 16:08:22 +02:00
functions.go effect -> affect 2016-05-12 15:14:48 +01:00
functions_test.go Adds holt-winters query function 2016-03-28 15:42:27 -04:00
fuzz.go Updates fuzzers to discard less interesting data 2016-05-10 11:46:03 +02:00
lex.go fix several minor golint style issues 2016-05-11 14:26:18 +02:00
lex_test.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01:00
parse.go fix several minor golint style issues 2016-05-11 14:26:18 +02:00
parse_test.go Clarify error message around on(x) group_left(x) 2016-04-26 14:31:00 +01:00
printer.go Correctly stringify GROUP_x modifiers without labels 2016-05-28 20:15:02 +02:00
printer_test.go Correctly stringify GROUP_x modifiers without labels 2016-05-28 20:15:02 +02: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 Merge pull request #1485 from eliothedeman/master 2016-03-28 20:53:01 +01:00