VictoriaMetrics/lib/metricsql
Aliaksandr Valialkin c4632faa9d app/vmselect/promql: add tmin_over_time(m[d]) and tmax_over_time(m[d]) functions
These functions return timestamp in seconds for the minimum and maximum value for `m` over time range `d`
2020-01-10 19:39:28 +02:00
..
binaryop Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
aggr.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
aggr_test.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
binary_op.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
binary_op_test.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
doc.go docs: refer to standalone MetricsQL package 2020-01-02 23:43:35 +02:00
lexer.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
lexer_test.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
parser.go lib/metricsql: export IsRollupFunc and IsTransformFunc, since they can be used by package users 2020-01-04 13:25:05 +02:00
parser_example_test.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
parser_test.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
regexp_cache.go Rename lib/promql to lib/metricsql and apply small fixes 2019-12-25 22:03:59 +02:00
rollup.go app/vmselect/promql: add tmin_over_time(m[d]) and tmax_over_time(m[d]) functions 2020-01-10 19:39:28 +02:00
transform.go lib/metricsql: export IsRollupFunc and IsTransformFunc, since they can be used by package users 2020-01-04 13:25:05 +02:00
utils.go lib/metricsq: add ExpandWithExprs 2019-12-25 22:20:30 +02:00
utils_example_test.go lib/metricsql: add example for ExpandWithExprs 2019-12-26 21:32:11 +02:00
utils_test.go lib/metricsq: add ExpandWithExprs 2019-12-25 22:20:30 +02:00