prometheus/promql
Brian Brazil d1edfb25b3 Add support for OneToMany with IGNORING.
The labels listed in the group_ modifier will be copied from the one
side to the many side. It will be valid to specify no labels.

This is intended to replace the existing ON/GROUP_* support.,
2016-04-21 19:35:35 +01:00
..
testdata Add support for OneToMany with IGNORING. 2016-04-21 19:35:35 +01:00
analyzer.go Improve MetricsForLabelMatchers 2016-03-09 00:25:59 +01:00
ast.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01:00
bench.go Adds holt-winters query function 2016-03-28 15:42:27 -04:00
engine.go Add support for OneToMany with IGNORING. 2016-04-21 19:35:35 +01:00
engine_test.go Add missing license headers 2016-04-13 16:08:22 +02:00
functions.go Adds holt-winters query function 2016-03-28 15:42:27 -04:00
functions_test.go Adds holt-winters query function 2016-03-28 15:42:27 -04:00
lex.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01:00
lex_test.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01:00
parse.go Add support for OneToMany with IGNORING. 2016-04-21 19:35:35 +01:00
parse_test.go Add support for OneToMany with IGNORING. 2016-04-21 19:35:35 +01:00
printer.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01:00
printer_test.go Add 'ignoring' as modifier for binops. 2016-04-21 19:34:29 +01: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