From 1e4458b063da2048a07763932836fa28bdc7e493 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Sun, 17 Mar 2024 16:13:00 -0500 Subject: [PATCH] Clarify scrape interval requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e02572..8c248b2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Only requires the default job_name: node, add as many targets as you need in `/e Recommended for prometheus-node-exporter the arguments `--collector.systemd` and `--collector.processes` because the graph uses some of their metrics. -> - `timeInterval` in the Grafana data source has to be set accordingly to the > `scrape_interval` configured in Prometheus +> - `timeInterval` in the Grafana data source has to be set accordingly to the > `scrape_interval` configured in Prometheus. You can do this by navigating to connections > Data sources > Prometheus and set Scrape Interval under Interval behaviour. When using provisioning, this is set with the attribute jsonData.timeInterval. > - For prometheus-node-exporter v.0.16 or older, use `node-exporter-full-old.> json` > - Thanks to the [PCP project](http://pcp.io) for document the values reported > by the kernel in `/proc` (in their `/pmdas/linux/help` src file mainly).