prometheus/promql/testdata
Tobias Schmidt 8cc86f25c0 Implement relative complement set operator "unless"
The `unless` set operator can be used to return all vector elements from
the LHS which do not match the elements on the RHS. A use case is to
return all metrics for nodes which do not have a specific role:

    node_load1 unless on(instance) chef_role{role="app"}
2016-04-04 01:29:44 -04:00
..
aggregators.test Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
functions.test Adds holt-winters query function 2016-03-28 15:42:27 -04:00
histograms.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
legacy.test Fix whitespace in promql test data 2016-04-02 18:25:26 -04:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
operators.test Implement relative complement set operator "unless" 2016-04-04 01:29:44 -04:00
selectors.test Add missing test file 2016-03-02 23:00:23 +01:00