1. Prometheus Official Documentation, Configuration: The documentation explicitly defines the global scrapeinterval setting.
Source: Prometheus Authors. (n.d.). Configuration | Prometheus. Prometheus.io.
Reference: In the section, the documentation states: "scrapeinterval: | default = 1m" and its description is "How frequently to scrape targets by default." This is also reiterated in the section for per-job overrides.
2. University of Washington, Courseware: Course materials for a class covering monitoring tools confirm the function of scrapeinterval.
Source: University of Washington. (2023). Lecture 18: Monitoring and Alerting. CSE/STAT 416: Introduction to Machine Learning.
Reference: Slide 15, under "Prometheus Configuration," defines scrapeinterval as "how often to poll a target for metrics."