VictoriaMetrics/lib/promscrape
Aliaksandr Valialkin 6608705652
app/{vmalert,vmagent}: improve the distribution of scrape offsets among targets / rules
Previously only the lower part of 64-bit hash was used for calculating the offset.
This may give uneven distribution in some cases. So let's use all the available 64 bits from the hash
for calculating the offset.
2021-10-27 19:59:16 +03:00
..
discovery lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:23:54 +03:00
discoveryutils lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:23:54 +03:00
testdata lib/promscrape: add ability to load scrape configs from multiple files 2021-08-26 08:51:16 +03:00
client.go lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:23:54 +03:00
config.go lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:23:54 +03:00
config_test.go lib/promscrape: set honor_timestamps: true by default if this option isnt set explicitly in scrape configs 2021-10-16 20:49:08 +03:00
scraper.go lib/promscrape: make errcheck happy (#1703) 2021-10-13 14:57:30 +03:00
scrapework.go app/{vmalert,vmagent}: improve the distribution of scrape offsets among targets / rules 2021-10-27 19:59:16 +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:20:44 +03:00
scrapework_timing_test.go app/vmagent: follow-up after fe445f753b 2021-08-05 09:52:32 +03:00
statconn.go lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:23:54 +03:00
targets_response.qtpl lib/promscrape: add ability to show the original labels for discovered targets at /targets page 2021-10-13 15:59:58 +03:00
targets_response.qtpl.go lib/promscrape: add ability to show the original labels for discovered targets at /targets page 2021-10-13 15:59:58 +03:00
targetstatus.go changes job source for /target api (#1723) 2021-10-19 08:49:36 +03:00