VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin c3a729d458
lib/promscrape: shard targets among cluster nodes after relabeling is applied
This guarantees that targets with the same set of labels go to the same vmagent node.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1687#issuecomment-940629495
2021-10-12 17:06:37 +03:00
..
discovery changes auth validation for openstack (#1663) 2021-09-29 00:33:38 +03:00
discoveryutils adds http_sd (#1399) 2021-06-22 13:42:09 +03:00
testdata lib/promscrape: add ability to load scrape configs from multiple files 2021-08-26 08:51:53 +03:00
client.go lib/promscrape: add vm_promscrape_max_scrape_size_exceeded_errors_total metric for counting of the failed scrapes due to the exceeded response size 2021-09-23 14:48:16 +03:00
config.go lib/promscrape: shard targets among cluster nodes after relabeling is applied 2021-10-12 17:06:37 +03:00
config_test.go lib/promscrape: make fmt 2021-09-12 13:35:21 +03:00
scraper.go app/vmagent: expose -promscrape.config contents at /config page as Prometheus does 2021-10-12 16:27:37 +03:00
scrapework.go fix some typos (#1678) 2021-10-06 14:43:56 +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:21:26 +03:00
scrapework_timing_test.go app/vmagent: follow-up after fe445f753b 2021-08-05 09:51:00 +03:00
statconn.go all: make go vet happy 2021-03-17 00:48:44 +02:00
targets_response.qtpl lib/promscrape: use Prometheus format for target labels at /targets page 2021-10-11 12:42:18 +03:00
targets_response.qtpl.go lib/promscrape: use Prometheus format for target labels at /targets page 2021-10-11 12:42:18 +03:00
targetstatus.go lib/promscrape: show jobs with empty scrape targets on /targets page 2021-06-18 10:54:12 +03:00