mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-20 22:21:02 +02:00
To evenly distribute scraping load we currently rely on random jittering. This commit hashes over the target's identity and calculates a consistent offset. This also ensures that scrape intervals are constantly spaced between config/target changes.