VictoriaMetrics/app
Aliaksandr Valialkin d6bd956930 lib/promrelabel: add keep_metrics and drop_metrics actions to relabeling rules
These actions simlify metrics filtering. For example,

- action: keep_metrics
  regex: 'foo|bar|baz'

would leave only metrics with `foo`, `bar` and `baz` names, while the rest of metrics will be deleted.

The commit also makes possible to split long regexps into multiple lines. For example, the following config is equivalent to the config above:

- action: keep_metrics
  regex:
  - foo
  - bar
  - baz
2021-09-09 16:18:21 +03:00
..
victoria-metrics app/victoria-metrics/testdata: fix tests after 4401464c22 2021-08-13 12:21:54 +03:00
vmagent lib/promrelabel: add keep_metrics and drop_metrics actions to relabeling rules 2021-09-09 16:18:21 +03:00
vmalert app/vmalert: document GroupAlerts 2021-09-07 22:50:08 +03:00
vmauth Remove trailing slash for URLPrefixes with specific path (#1554) 2021-08-25 13:28:50 +03:00
vmbackup lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:29:33 +03:00
vmbackupmanager docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vmctl vmctl: update README and flags description (#1588) 2021-09-01 09:31:44 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vminsert app/{vminsert,vmselect}: export vminsert_request_duration_seconds and vmselect_request_duration_seconds histograms 2021-07-07 13:25:21 +03:00
vmrestore lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:29:33 +03:00
vmselect app/vmselect/promql: add quantile("phiLabel", phi1, ..., phiN, q) aggregate function to MetricsQL 2021-08-27 18:37:20 +03:00
vmstorage li/storage: re-use the per-day inverted index search code for searching in global index 2021-07-30 10:31:37 +03:00
vmui app/vmui: actualize Dockerfiles 2021-08-11 13:41:41 +03:00