From 5dc30e50a9c25231efea070c870e29fc66c84717 Mon Sep 17 00:00:00 2001 From: Karsten Rohrbach Date: Sat, 9 Dec 2023 15:22:39 +0100 Subject: [PATCH] Add note about timeInterval, fixes #137 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6d4aff..1e02572 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ 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. -Notes: -- 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). +> - `timeInterval` in the Grafana data source has to be set accordingly to the > `scrape_interval` configured in Prometheus +> - 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).