Add comments and units to all nvidia metrics

This commit is contained in:
Holger Obermaier
2022-02-15 10:57:32 +01:00
parent 14c9d6f792
commit 01faa3b531
2 changed files with 149 additions and 32 deletions

View File

@@ -1,23 +1,28 @@
{
"numastats": {},
"cpufreq": {},
"cpufreq_cpuinfo": {},
"gpfs": {
"exclude_filesystem": [ "test_fs" ]
"exclude_filesystem": [
"test_fs"
]
},
"loadavg": {
"exclude_metrics": [ "proc_total" ]
"exclude_metrics": [
"proc_total"
]
},
"numastats": {},
"nvidia": {},
"tempstat": {
"tag_override": {
"hwmon0" : {
"type" : "socket",
"type-id" : "0"
},
"hwmon1" : {
"type" : "socket",
"type-id" : "1"
"tag_override": {
"hwmon0": {
"type": "socket",
"type-id": "0"
},
"hwmon1": {
"type": "socket",
"type-id": "1"
}
}
}
}
}
}