mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
add md file
This commit is contained in:
parent
8b93f7ee21
commit
05be2086f8
@ -4,12 +4,17 @@
|
|||||||
```json
|
```json
|
||||||
"iostat": {
|
"iostat": {
|
||||||
"exclude_metrics": [
|
"exclude_metrics": [
|
||||||
"read_ms"
|
"io_read_ms"
|
||||||
],
|
],
|
||||||
|
"exclude_devices": [
|
||||||
|
"nvme0n1p1",
|
||||||
|
"nvme0n1p2",
|
||||||
|
"md127"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The `iostat` collector reads data from `/proc/diskstats` and outputs a handful **node** metrics. If a metric is not required, it can be excluded from forwarding it to the sink.
|
The `iostat` collector reads data from `/proc/diskstats` and outputs a handful **node** metrics. If a metric or device is not required, it can be excluded from forwarding it to the sink.
|
||||||
|
|
||||||
Metrics:
|
Metrics:
|
||||||
* `io_reads`
|
* `io_reads`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user