VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 6ec582acb9 lib/promscrape: show information on improperly configured scrape targets at the bottom of /targets page
This is a common error whith improperly configured target autodiscovery and/or relabeling.
This error leads to duplicate scraping of the same targets with the same set of labels, which leads
to duplicate samples in time series.
2020-04-14 14:55:13 +03:00
..
discovery/kubernetes lib/promscrape/discovery/kubernetes: remove only unused client for API server during cleaning 2020-04-14 14:19:26 +03:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:22 +03:00
client.go lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:22 +03:00
config.go lib/promscrape: add promrelabel.GetLabelValueByName helper function 2020-04-14 14:12:15 +03:00
config_test.go lib/promscrape: reset ScrapeWork.ID in tests 2020-04-14 13:31:37 +03:00
scraper.go lib/promscrape: add initial support for kubernetes_sd_config 2020-04-13 21:03:53 +03:00
scrapework.go lib/promscrape: add promrelabel.GetLabelValueByName helper function 2020-04-14 14:12:15 +03:00
scrapework_test.go lib/promscrape: rename 'scrape_config->scrape_limit' to 'scrape_config->sample_limit' 2020-04-14 12:00:03 +03:00
scrapework_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
statconn.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
targetstatus.go lib/promscrape: show information on improperly configured scrape targets at the bottom of /targets page 2020-04-14 14:55:13 +03:00