prometheus/promql/testdata
Brian Brazil 29e8dc2c49 promql: Add 'bool' modifier to comparison functions
When doing comparison operations on vectors, filtering
sometimes gets in the way and you have to go to a fair bit of
effort to workaround it in order to always return a result.
The 'bool' modifier instead of filtering returns 0/1 depending
on the result of the compairson.

This is also a prerequisite to removing plain scalar/scalar comparisons,
as it maintains the current behaviour under a new syntax.
2015-09-02 14:51:44 +01:00
..
comparison.test promql: Add 'bool' modifier to comparison functions 2015-09-02 14:51:44 +01:00
functions.test Implement label_replace() 2015-08-18 14:20:07 +02: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