prometheus/rules
Fabian Reinartz 6f754073d5 Add OR operation and vector matching options.
This commits implements the OR operation between two vectors.
Vector matching using the ON clause is added to limit the set of
labels that define a match between two elements. Group modifiers
(GROUP_LEFT/GROUP_RIGHT) to request many-to-one matching are added.
2015-03-03 11:35:10 +01:00
..
ast Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
fixtures Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
manager Fix rule manager shutdown. 2015-01-29 15:05:10 +01:00
Makefile Clean up license issues. 2015-01-21 20:07:45 +01:00
alerting.go Clean up license issues. 2015-01-21 20:07:45 +01:00
helpers.go Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
helpers_test.go Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
lexer.l Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
lexer.l.go Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
load.go Clean up license issues. 2015-01-21 20:07:45 +01:00
parser.y Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
parser.y.go Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00
recording.go Clean up license issues. 2015-01-21 20:07:45 +01:00
rules.go Clean up license issues. 2015-01-21 20:07:45 +01:00
rules_test.go Add OR operation and vector matching options. 2015-03-03 11:35:10 +01:00