VictoriaMetrics/lib/promscrape/discovery/ec2
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
..
api.go lib/promscrape/discovery/ec2: properly handle custom endpoint option in ec2_sd_configs 2022-08-05 18:50:02 +03:00
az.go lib/awsapi: remove whitelist arg from GetFiltersQueryString(), since it may break new filters in the future 2022-05-09 15:33:22 +03:00
ec2.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
instance.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
instance_test.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00