VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 10a47af631 app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport
By default MaxIdleConnsPerHost is set to 2. This limits the possibility to re-use http keep-alive connections.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1300
2021-05-14 18:12:24 +03:00
..
discovery app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport 2021-05-14 18:12:24 +03:00
discoveryutils lib/promscrape: exponentially increase retry interval on unsuccesful requests to scrape targets or to service discovery services 2021-05-13 10:38:50 +03:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
client.go app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport 2021-05-14 18:12:24 +03:00
config.go lib/promscrape: limit scrape_timeout by scrape_interval like Prometheus does 2021-05-13 16:09:45 +03:00
config_test.go lib/promscrape: limit scrape_timeout by scrape_interval like Prometheus does 2021-05-13 16:09:45 +03:00
scraper.go all: rename https://victoriametrics.github.io to https://docs.victoriametrics.com 2021-04-20 20:16:17 +03:00
scrapework.go lib/promscrape: add follow_redirect option to scrape_configs section like Prometheus does 2021-04-02 19:56:40 +03:00
scrapework_test.go lib/promscrape: apply sample_limit after metric relabeling is applied as Prometheus does 2021-03-09 15:47:18 +02:00
scrapework_timing_test.go lib/promscrape: remove ID field from ScrapeWork struct. Use a pointer to ScrapeWork as a key in targetStatusMap 2020-12-17 14:32:56 +02:00
statconn.go all: make golint happy 2021-03-17 00:49:28 +02:00
targets_response.qtpl lib/promscrape: add bootstrap styles to /targets html page 2020-12-15 12:37:56 +02:00
targets_response.qtpl.go lib/promscrape: add bootstrap styles to /targets html page 2020-12-15 12:37:56 +02:00
targetstatus.go all: various fixes in command-line flag descriptions 2021-03-15 21:59:25 +02:00