VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin e4aac6ea40 lib/promscrape: make consistent scrape time offsets across reloads for the same ScrapeURL and Labels
This should make consistent intervals between data points for scrape targets across reloads.
Previously these intervals were random.
2020-05-03 14:30:21 +03:00
..
discovery lib/promscrape: set 30 seconds timeout for discovery api requests 2020-04-29 17:33:34 +03:00
discoveryutils lib/promscrape: set 30 seconds timeout for discovery api requests 2020-04-29 17:33:34 +03:00
testdata lib/promscrape: extract common auth code to lib/promauth 2020-04-13 12:59:10 +03:00
client.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
config_test.go lib/promscrape: fix TestGetFileSDScrapeWorkSuccess after 3b234d82e5 2020-05-03 14:28:31 +03:00
config.go lib/promscrape: reload only modified scrapers on config changes 2020-05-03 12:45:40 +03:00
scraper.go lib/promscrape: reload only modified scrapers on config changes 2020-05-03 12:45:40 +03:00
scrapework_test.go lib/promscrape: rename 'scrape_config->scrape_limit' to 'scrape_config->sample_limit' 2020-04-14 11:59:57 +03:00
scrapework_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
scrapework.go lib/promscrape: make consistent scrape time offsets across reloads for the same ScrapeURL and Labels 2020-05-03 14:30:21 +03:00
statconn.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
targetstatus.go lib/promscrape: reload only modified scrapers on config changes 2020-05-03 12:45:40 +03:00