> How is it possible to change the default collection frequency/interval in node_exporter?
There isn't one. node_exporter only collects when scraped (make a http request to it). If you don't scrape it, it doesn't collect anything. If you're scraping it from prometheus, then it's controlled by scrape_interval in the scrape_config (job definition). If not set there, then it falls back to the global scrape_interval, and if that's not set either, it defaults to 1 minute. See: https://prometheus.io/docs/prometheus/latest/configuration/configuration/ On Friday, 4 December 2020 at 12:19:27 UTC [email protected] wrote: > Hi everyone, this is my first post here :) > > How is it possible to change the default collection frequency/interval in > node_exporter? > I don't even know what it is by default. > The Github repo is reaaaally not mentioning this at all, which is very > annoying. > > How is the interval defined by default? What controls it? I really don't > understand. > > Thanks in advance for your answers :) > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/987814b3-c9a6-43af-a6e1-0d400151cc4an%40googlegroups.com.

