VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 6a75c95194 lib/promscrape: remove labels starting with __meta_ after applying relabel_configs as Prometheus does
This should reduce CPU load during scraping when target discovery generates
big number of `__meta_*` labels (for instance, k8s discovery).

See https://www.robustperception.io/life-of-a-label for details.
2020-04-14 12:23:22 +03:00
..
discovery/kubernetes lib/promscrape: add initial support for kubernetes_sd_config 2020-04-13 21:03:28 +03:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
client.go lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
config_test.go lib/promscrape: remove labels starting with __meta_ after applying relabel_configs as Prometheus does 2020-04-14 12:23:22 +03:00
config.go lib/promscrape: remove labels starting with __meta_ after applying relabel_configs as Prometheus does 2020-04-14 12:23:22 +03:00
scraper.go lib/promscrape: add initial support for kubernetes_sd_config 2020-04-13 21:03:28 +03:00
scrapework_test.go lib/promscrape: rename 'scrape_config->scrape_limit' to 'scrape_config->sample_limit' 2020-04-14 11:59:57 +03:00
scrapework_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
scrapework.go lib/promscrape: rename 'scrape_config->scrape_limit' to 'scrape_config->sample_limit' 2020-04-14 11:59:57 +03:00
statconn.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
targetstatus.go lib/promscrape: consistently update /targets page after SIGHUP 2020-03-11 03:20:03 +02:00