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
functions.test
histograms.test
legacy.test
literals.test
operators.test Implement relative complement set operator "unless" 2016-04-04 01:29:44 -04:00
selectors.test