mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-11-04 18:55:05 +01:00
* Split diskstats (free, total space) and iostats (reads, writes, ... * Add iostat Collector to CollectorManager
447 B
447 B
diskstat collector
"diskstat": {
"exclude_metrics": [
"disk_total"
],
}
The diskstat collector reads data from /proc/self/mounts and outputs a handful node metrics. If a metric is not required, it can be excluded from forwarding it to the sink.
Metrics per device (with device tag):
disk_total(unitGBytes)disk_free(unitGBytes)
Global metrics:
part_max_used(unitpercent)