prometheus/promql/testdata
Brian Brazil c36961130b promql: Remove scalar/scalar comparisons.
This change is breaking, use the 'bool' modifier for such comprisons.

After this change all comparisons without 'bool' will filter, and all
comparisons with 'bool' will return 0/1. This makes the language more
consistent and orthogonal, and ultimately easier to learn and use.

If we ever figure out sane semantics for filtering scalar/scalar
comparisons we can add them in, which will most likely come out of how
the new vector() function is used.
2015-10-11 08:51:04 +01:00
..
comparison.test promql: Remove scalar/scalar comparisons. 2015-10-11 08:51:04 +01:00
functions.test promql: Add irate() function 2015-10-09 21:44:35 +01:00
histograms.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
legacy.test promql: Add 'bool' modifier to comparison functions 2015-09-02 14:51:44 +01:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00