mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-24 08:06:16 +01:00
559 B
559 B
loadavg collector
"loadavg": {
"exclude_metrics": [
"proc_run"
],
"only_metrics": [
"load_one",
"proc_total"
]
}
The loadavg collector reads data from /proc/loadavg and outputs a handful node metrics.
Both filtering mechanisms are supported:
exclude_metrics: Excludes the specified metrics.only_metrics: If provided, only the listed metrics are collected. This takes precedence overexclude_metrics.
Metrics:
load_oneload_fiveload_fifteenproc_runproc_total