Use seperate page per collector

This commit is contained in:
Thomas Roehl
2021-12-27 13:01:50 +01:00
parent ad647ceeb5
commit a14210061c
14 changed files with 367 additions and 346 deletions

View File

@@ -0,0 +1,19 @@
## `loadavg` collector
```json
"loadavg": {
"exclude_metrics": [
"proc_run"
]
}
```
The `loadavg` collector reads data from `/proc/loadavg` and outputs a handful **node** metrics. If a metric is not required, it can be excluded from forwarding it to the sink.
Metrics:
* `load_one`
* `load_five`
* `load_fifteen`
* `proc_run`
* `proc_total`