VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin c7ac7c1807 lib/promscrape: store targetStatus entries in targetStatusMap by pointer instead of by value
This guarantees that GC frees memory occupied by targetStatus after it is unregistered from targetStatusMap.
2020-12-08 11:50:48 +02:00
..
discovery lib/promscrape/discovery/consul: log the time needed for stoppig Consul service watcher 2020-12-03 20:14:55 +02:00
discoveryutils lib/promscrape/discoveryutils: remove limit on the number of concurrently running blocking queries 2020-12-05 12:15:52 +02:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
client.go lib/promscrape: reduce memory allocations when unpacking gzipped responses received from scrape targets 2020-11-26 18:32:06 +02:00
config.go lib/promscrape: do not enable strict config parsing when -promscrape.config.dryRun command-line flag is passed 2020-12-07 13:18:50 +02:00
config_test.go lib/promscrape: pre-allocate slice for discovered targets based on previously discovered targets 2020-11-10 15:56:51 +02:00
scraper.go lib/promscrape: export vm_promscrape_active_scrapers{type="<sd_type>"} metric for tracking the number of active scrapers per each service discovery type 2020-12-08 01:54:23 +02:00
scrapework.go lib/promscrape: mention in scrape error message that scrape errors can be disabled by -promscrape.suppressScrapeErrors command-line flag 2020-12-06 23:27:58 +02:00
scrapework_test.go lib/promscrape: fix failing tests after a906b3862f 2020-11-29 01:26:03 +02:00
scrapework_timing_test.go lib/promscrape: show real timestamp and real duration for the scape on /targets page 2020-08-10 12:40:25 +03:00
statconn.go lib/promscrape: clarify error message on failed connection to scrape target when -enableTCP6 command-line flag isn't set 2020-12-06 13:18:39 +02:00
targetstatus.go lib/promscrape: store targetStatus entries in targetStatusMap by pointer instead of by value 2020-12-08 11:50:48 +02:00