VictoriaMetrics/lib/promscrape/discovery/digitalocean
Aliaksandr Valialkin be6da5053f
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:23 -08:00
..
api.go adds digital ocean sd (#1376) 2021-06-14 13:19:29 +03:00
api_test.go adds digital ocean sd (#1376) 2021-06-14 13:19:29 +03:00
digitalocean.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:23 -08:00
digitalocean_test.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:23 -08:00