VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 7bf2cbad32 lib/promscrape: reduce default value for -promscrape.discovery.concurrency from 500 to 100
This should reduce load on Kubernetes API server and Consul when big number of targets are discovered

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/574
2020-06-20 17:53:42 +03:00
..
discovery lib/promscrape/discovery/ec2: expose __meta_ec2_ami like the next Prometheus release will do 2020-06-20 17:45:23 +03:00
discoveryutils lib/promscrape: reduce default value for -promscrape.discovery.concurrency from 500 to 100 2020-06-20 17:53:42 +03:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
client.go lib/promscrape: mention about -promscrape.maxScrapeSize in the error message when target returns too big response 2020-05-24 14:41:14 +03:00
config.go lib/promscrape: add -promscrape.config.dryRun flag for checking -promscrape.config for errors or unsupported options 2020-05-21 14:55:11 +03:00
config_test.go lib/promrelabel: allows regex capture groups in target_label like Prometheus does 2020-06-19 02:21:24 +03:00
scraper.go app/vmagent: add -dryRun option for checking all the configs mentioned in command-line flags without running vmagent 2020-05-21 15:23:27 +03:00
scrapework.go lib/promscrape: remove debug line left after the commit e4aac6ea40 2020-05-03 17:15:32 +03:00
scrapework_test.go lib/promscrape: fix tests after the commit 658a8742ac 2020-05-03 16:56:15 +03:00
scrapework_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
statconn.go lib/promscrape: properly connect to TCP6 addresses if -enableTCP6 is set 2020-05-06 00:01:57 +03:00
targetstatus.go lib/promscrape: reload only modified scrapers on config changes 2020-05-03 12:45:40 +03:00