prometheus/promql/testdata
Brian Brazil 69f5fa0c1e promql: Add vector function.
Currently the only way to convert a scalar to a vector is to
use absent(), which isn't very clean. This adds a vector()
function that's the inverse of scalar() and lets your optionally
set labels.

Example usage would be
vector(time() % 86400) < 3600
to filter to only the first hour of the day.
2015-09-11 12:09:34 +01:00
..
comparison.test promql: Add 'bool' modifier to comparison functions 2015-09-02 14:51:44 +01:00
functions.test promql: Add vector function. 2015-09-11 12:09:34 +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