aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarsten Weiss <knweiss@gmail.com>2018-04-09 17:27:30 +0200
committerKarsten Weiss <knweiss@gmail.com>2018-04-09 18:27:17 +0200
commit7e392e6634a0ab324d7896ca12ec0b853e25411f (patch)
treefe230cda1b5780dca22eac8fd2ef0f600f3c8177 /README.md
parentefc1fdb6d0ea7554db381a99ace71768468359da (diff)
downloadprometheus_node_collector-7e392e6634a0ab324d7896ca12ec0b853e25411f.tar.bz2
prometheus_node_collector-7e392e6634a0ab324d7896ca12ec0b853e25411f.tar.xz
prometheus_node_collector-7e392e6634a0ab324d7896ca12ec0b853e25411f.zip
Fix spelling mistakes found by codespell
Signed-off-by: Karsten Weiss <knweiss@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3047af..a14de6d 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
109 109
110### Filtering enabled collectors 110### Filtering enabled collectors
111 111
112The `node_exporter` will expose all metrics from enabled collectors by default. This is the recommended way to collect metrics to avoid errors when comparing metrics of different familes. 112The `node_exporter` will expose all metrics from enabled collectors by default. This is the recommended way to collect metrics to avoid errors when comparing metrics of different families.
113 113
114For advanced use the `node_exporter` can be passed an optional list of collectors to filter metrics. The `collect[]` parameter may be used multiple times. In Prometheus configuration you can use this syntax under the [scrape config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#<scrape_config>). 114For advanced use the `node_exporter` can be passed an optional list of collectors to filter metrics. The `collect[]` parameter may be used multiple times. In Prometheus configuration you can use this syntax under the [scrape config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#<scrape_config>).
115 115