Skip to content

Commit b425d93

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent a4bd586 commit b425d93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This plugin is generally supported on Linux-based operating systems, with macOS
1818

1919
`scrape_interval` sets the default for all scrapes. To set granular scrape intervals, set the specific interval. For example, `collector.cpu.scrape_interval`. When using a granular scrape interval, if a value greater than `0` is used, it overrides the global default. Otherwise the global default is used.
2020

21-
The plugin top level `scrape_interval` setting is the global default. Any custom settings for individual `scrape_intervals` override that specific metric scraping interval.
21+
The plugin top-level `scrape_interval` setting is the global default. Any custom settings for individual `scrape_intervals` override that specific metric scraping interval.
2222

2323
Each `collector.xxx.scrape_interval` option only overrides the interval for that specific collector and updates the associated set of provided metrics.
2424

2525
Overridden intervals only change the collection interval, not the interval for publishing the metrics which is taken from the global setting.
2626

27-
For example, if the global interval is set to `5` and an override interval of `60` is used, the published metrics will be reported every five seconds. However, the specific collector will stay the same for sixty seconds until it's collected again.
27+
For example, if the global interval is set to `5` and an override interval of `60` is used, the published metrics will be reported every five seconds. However, the specific collector will stay the same for 60 seconds until it's collected again.
2828

2929
This helps with downsampling when collecting metrics.
3030

@@ -90,7 +90,7 @@ This input always runs in its own [thread](../../administration/multithreading.m
9090

9191
### Configuration file
9292

93-
In the following configuration file, the input plugin `node_exporter_metrics` collects metrics every 2 seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port 2021.
93+
In the following configuration file, the input plugin `node_exporter_metrics` collects metrics every two seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port 2021.
9494

9595
{% tabs %}
9696
{% tab title="fluent-bit.yaml" %}
@@ -178,16 +178,16 @@ docker run -ti -v /proc:/host/proc \
178178

179179
### Fluent Bit with Prometheus and Grafana
180180

181-
If you use dashboards for monitoring, Grafana is one options. The Fluent Bit source code repository contains a `docker-compose` example.
181+
If you use dashboards for monitoring, Grafana is one option. The Fluent Bit source code repository contains a `docker-compose` example.
182182

183-
1. Download the Fluent Bit source code.
183+
1. Download the Fluent Bit source code:
184184

185185
```bash
186186
git clone https://github.com/fluent/fluent-bit
187187
cd fluent-bit/docker_compose/node-exporter-dashboard/
188188
```
189189

190-
1. Start the service and view your dashboard.
190+
1. Start the service and view your dashboard:
191191

192192
```bash
193193
docker-compose up --force-recreate -d --build
@@ -209,6 +209,6 @@ docker-compose down
209209

210210
## Enhancement requests
211211

212-
The plugin implements a subset of the available collectors in the original Prometheus Node exporter. If you would like a specific collector prioritized, open a Github issue by using the following template:
212+
The plugin implements a subset of the available collectors in the original Prometheus Node exporter. If you would like a specific collector prioritized, open a GitHub issue by using the following template:
213213

214214
- [`in_node_exporter_metrics`](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_node_exporter_metrics:%20add%20ABC%20collector)

0 commit comments

Comments
 (0)