VictoriaMetrics/app
Aliaksandr Valialkin f325410c26
lib/promscrape: optimize service discovery speed
- Return meta-labels for the discovered targets via promutils.Labels
  instead of map[string]string. This improves the speed of generating
  meta-labels for discovered targets by up to 5x.

- Remove memory allocations in hot paths during ScrapeWork generation.
  The ScrapeWork contains scrape settings for a single discovered target.
  This improves the service discovery speed by up to 2x.
2022-11-29 21:26:00 -08:00
..
victoria-metrics Makefile: run errcheck for all the app/... subdirs 2022-09-30 18:35:53 +03:00
vmagent lib/promscrape: add exported_ prefix to metric names exported by scrape targets if they clash with automatically generated metrics 2022-11-28 18:37:09 -08:00
vmalert lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
vmauth all: add a link to https://docs.victoriametrics.com/enterprise.html into description for enterprise flags 2022-11-21 15:42:01 +02:00
vmbackup all: add a link to https://docs.victoriametrics.com/enterprise.html into description for enterprise flags 2022-11-21 15:42:01 +02:00
vmbackupmanager all: add a link to https://docs.victoriametrics.com/enterprise.html into description for enterprise flags 2022-11-21 15:42:01 +02:00
vmctl all: follow-up after 05cf8a6ecc 2022-11-29 21:03:59 -08:00
vmgateway all: add a link to https://docs.victoriametrics.com/enterprise.html into description for enterprise flags 2022-11-21 15:42:01 +02:00
vminsert app/{vminsert,vmagent}: follow-up after 53a63c6c4c 2022-11-25 16:48:14 -08:00
vmrestore all: add a link to https://docs.victoriametrics.com/enterprise.html into description for enterprise flags 2022-11-21 15:42:01 +02:00
vmselect app/vmselect/vmui: make vmui-update after 37cda9abd0 2022-11-25 07:33:09 -08:00
vmstorage app/vmstorage: fix potential file inclusion via variable (#3339) 2022-11-17 01:29:43 +02:00
vmui docs/CHANGELOG.md: cut v1.84.0 2022-11-25 19:53:29 -08:00