VictoriaMetrics/lib/promscrape
2020-06-29 22:39:40 +03:00
..
discovery lib/promscrape/discovery/consul: reduce load on Consul when discovering big number of targets by using background caching 2020-06-20 18:20:07 +03:00
discoveryutils lib/promscrape: reduce default value for -promscrape.discovery.concurrency from 500 to 100 2020-06-20 17:53:48 +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 performing the request to the server for up to 3 times before giving up when it closes keep-alive connections 2020-06-23 12:34:12 +03:00
config.go lib/promscrape: preserve the previously discovered targets on discovery errors per each job_name 2020-06-23 15:42:46 +03:00
config_test.go lib/promscrape: preserve the previously discovered targets on discovery errors per each job_name 2020-06-23 15:42:46 +03:00
scraper.go lib/promscrape: preserve the previously discovered targets on discovery errors per each job_name 2020-06-23 15:42:46 +03:00
scrapework.go lib/promscrape: add missing label sorting for autogenerated metrics 2020-06-29 22:39:40 +03:00
scrapework_test.go Fix Auto metrics relabeled errors (#593) 2020-06-29 22:39:39 +03:00
scrapework_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
statconn.go lib/promscrape: properly connect to TCP6 addresses if -enableTCP6 is set 2020-05-06 00:02:40 +03:00
targetstatus.go lib/promscrape: reload only modified scrapers on config changes 2020-05-03 12:47:16 +03:00