mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
f6dae7c013
* Add time-based derivatived (e.g. bandwidth) to some collectors * Add documentation * Add comments * Fix: Only compute rates with a valid previous state * Only compute rates with a valid previous state * Define const values for net/dev fields * Set default config values * Add comments * Refactor: Consolidate data structures * Refactor: Consolidate data structures * Refactor: Avoid struct deep copy * Refactor: Avoid redundant tag maps * Refactor: Use int64 type for absolut values Co-authored-by: Holger Obermaier <40787752+ho-ob@users.noreply.github.com>
37 lines
752 B
JSON
37 lines
752 B
JSON
{
|
|
"cpufreq": {},
|
|
"cpufreq_cpuinfo": {},
|
|
"gpfs": {
|
|
"exclude_filesystem": [
|
|
"test_fs"
|
|
]
|
|
},
|
|
"ibstat": {},
|
|
"loadavg": {
|
|
"exclude_metrics": [
|
|
"proc_total"
|
|
]
|
|
},
|
|
"netstat": {
|
|
"include_devices": [
|
|
"enp5s0"
|
|
],
|
|
"send_derived_values": true
|
|
},
|
|
"numastats": {},
|
|
"nvidia": {},
|
|
"tempstat": {
|
|
"report_max_temperature": true,
|
|
"report_critical_temperature": true,
|
|
"tag_override": {
|
|
"hwmon0": {
|
|
"type": "socket",
|
|
"type-id": "0"
|
|
},
|
|
"hwmon1": {
|
|
"type": "socket",
|
|
"type-id": "1"
|
|
}
|
|
}
|
|
}
|
|
} |