VictoriaMetrics/app
Aliaksandr Valialkin a7fdc3fcc7
all: add support for or filters in series selectors
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
2023-07-15 23:56:18 -07:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-07-06 21:36:28 -07:00
vlinsert all: replace ElasticSearch -> Elasticsearch for the sake of consistency 2023-07-14 10:52:43 -07:00
vlselect app/{vmselect,vlselect}: run make vmui-update vmui-logs-update 2023-07-09 12:44:04 -07:00
vlstorage app/vlstorage: export vl_active_merges and vl_merges_total metrics 2023-07-06 21:38:09 -07:00
vmagent all: add support for or filters in series selectors 2023-07-15 23:56:18 -07:00
vmalert vmalert: fix evalTS after modify group interval (#4629) 2023-07-14 10:47:29 -07:00
vmauth docs: make httpAuth.* flags description less ambiguous (#4588) 2023-07-09 12:36:14 -07:00
vmbackup docs: make httpAuth.* flags description less ambiguous (#4588) 2023-07-09 12:36:14 -07:00
vmbackupmanager docs: make httpAuth.* flags description less ambiguous (#4588) 2023-07-09 12:36:14 -07:00
vmctl all: add support for or filters in series selectors 2023-07-15 23:56:18 -07:00
vmgateway docs: make httpAuth.* flags description less ambiguous (#4588) 2023-07-09 12:36:14 -07:00
vminsert cluster: standardize default HTTP responses (#4368) 2023-06-01 10:26:52 +02:00
vmrestore docs: make httpAuth.* flags description less ambiguous (#4588) 2023-07-09 12:36:14 -07:00
vmselect all: add support for or filters in series selectors 2023-07-15 23:56:18 -07:00
vmstorage lib/storage: switch from global to per-day index for MetricName -> TSID mapping 2023-07-13 17:03:50 -07:00
vmui build(deps): bump tough-cookie in /app/vmui/packages/vmui (#4603) 2023-07-13 22:22:53 -07:00