VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 06b0982d6b
lib/promscrape: always initialize http client for stream parsing mode
Stream parsing mode can be automatically enabled when scraping targets with big response bodies
exceeding the -promscrape.minResponseSizeForStreamParse , so it must be always initialized.
2021-10-16 13:18:23 +03:00
..
discovery lib/promscrape/discovery/kubernetes: rename endpointslices.go -> endpointslice.go in order to be consistent with EndpointSlice struct name 2021-10-15 12:27:12 +03:00
discoveryutils adds http_sd (#1399) 2021-06-22 13:33:37 +03:00
testdata lib/promscrape: add ability to load scrape configs from multiple files 2021-08-26 08:51:16 +03:00
client.go lib/promscrape: always initialize http client for stream parsing mode 2021-10-16 13:18:23 +03:00
config.go lib/promscrape: return error if sample_limit or series_limit options are set when stream parsing mode is enabled 2021-10-14 12:11:23 +03:00
config_test.go lib/promscrape: make fmt 2021-09-12 13:34:15 +03:00
scraper.go lib/promscrape: make errcheck happy (#1703) 2021-10-13 14:57:30 +03:00
scrapework.go lib/promscrape: store the last scraped response in compressed form if its size exceeds -promscrape.minResponseSizeForStreamParse 2021-10-16 13:00:30 +03:00
scrapework_test.go lib/promscrape: generate scrape_timeout_seconds metric per each scrape target in the same way as Prometheus 2.30 does 2021-09-12 15:20:44 +03:00
scrapework_timing_test.go app/vmagent: follow-up after fe445f753b 2021-08-05 09:52:32 +03:00
statconn.go all: make golint happy 2021-03-17 00:49:28 +02:00
targets_response.qtpl lib/promscrape: add ability to show the original labels for discovered targets at /targets page 2021-10-13 15:59:58 +03:00
targets_response.qtpl.go lib/promscrape: add ability to show the original labels for discovered targets at /targets page 2021-10-13 15:59:58 +03:00
targetstatus.go lib/promscrape: show jobs with empty scrape targets on /targets page 2021-06-18 10:53:52 +03:00