mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 09:15:26 +01:00
a7fdc3fcc7
This commit adds ability to select series matching distinct filters via a single series selector. For example, the following selector selects series with either {env="prod",job="a"} or {env="dev",job="b"} labels: {env="prod",job="a" or env="dev",job="b"} The `or` filter is supported in all the VictoriaMetrics tools now. Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3997 Uses https://github.com/VictoriaMetrics/metricsql/pull/14 |
||
---|---|---|
.. | ||
active_queries.go | ||
aggr_incremental_test.go | ||
aggr_incremental.go | ||
aggr_test.go | ||
aggr.go | ||
binary_op.go | ||
eval_test.go | ||
eval.go | ||
exec_test.go | ||
exec.go | ||
memory_limiter_test.go | ||
memory_limiter.go | ||
parser.go | ||
rollup_result_cache_test.go | ||
rollup_result_cache.go | ||
rollup_test.go | ||
rollup_timing_test.go | ||
rollup.go | ||
timeseries_test.go | ||
timeseries.go | ||
transform_test.go | ||
transform.go | ||
tzdata.go |