prometheus/promql/testdata
Brian Brazil 36dfe3de65 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.
2016-01-11 16:48:24 +01:00
..
comparison.test promql: Remove scalar/scalar comparisons. 2016-01-11 16:48:24 +01:00
functions.test promql: Add irate() function 2016-01-11 16:48:23 +01:00
histograms.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
legacy.test promql: Remove deprecated 2nd argument to delta() 2016-01-11 16:48:23 +01:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00