mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Metrics tools that "pull" metrics, such as Prometheus, have a configurable interval for how frequently they scrape metrics. This should be greater or equal to the Nomad `telemetry.collection_interval` to avoid re-scraping metrics that cannot have been updated in that interval. Fixes: https://github.com/hashicorp/nomad/issues/20055