prometheus/promql/testdata
Brian Brazil 43c6b6557c 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.
2016-01-11 16:48:13 +01:00
..
comparison.test promql: Add 'bool' modifier to comparison functions 2016-01-11 16:48:13 +01:00
functions.test Change relabel_replace() to do full-string matches. 2016-01-11 16:48:12 +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 2016-01-11 16:48:13 +01:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00