mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-13 02:56:17 +01:00
Use seperate page per collector
This commit is contained in:
19
collectors/loadavgMetric.md
Normal file
19
collectors/loadavgMetric.md
Normal 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`
|
||||
Reference in New Issue
Block a user