VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 266bbec52d lib/promscrape: retry target scraping when the target closes previously established keep-alive connection to it
This should fix the following error:

the server closed connection before returning the first response byte. Make sure the server returns 'Connection: close' response header before closing the connection
2020-04-16 23:25:34 +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: retry target scraping when the target closes previously established keep-alive connection to it 2020-04-16 23:25:34 +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: code cleanup in runScraper func 2020-04-15 11:36:35 +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