VictoriaMetrics/app
Aliaksandr Valialkin 75c3514c5c 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:25:09 +03:00
..
vmagent lib/promrelabel: add keep_metrics and drop_metrics actions to relabeling rules 2021-09-09 16:25:09 +03:00
vmalert app/vmalert: document GroupAlerts 2021-09-07 22:50:48 +03:00
vmauth Remove trailing slash for URLPrefixes with specific path (#1554) 2021-08-25 13:32:04 +03:00
vmbackup lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:32:40 +03:00
vmbackupmanager docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:53:48 +03:00
vmctl vmctl: update README and flags description (#1588) 2021-09-01 12:22:58 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:53:48 +03:00
vminsert app/vminsert: add vm_rpc_send_duration_seconds_total metric per each vminsert->vmstorage link 2021-08-11 11:42:33 +03:00
vmrestore lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:32:40 +03:00
vmselect app/vmselect: show useful endpoints when requested /select/<accountID>/ page 2021-08-29 12:05:14 +03:00
vmstorage li/storage: re-use the per-day inverted index search code for searching in global index 2021-07-30 10:28:20 +03:00
vmui app/vmui: actualize Dockerfiles 2021-08-11 13:42:53 +03:00