You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a machine which, since a recent kernel upgrade, has rapl zones with names like package-0-die-0 and package-0-die-3 which confuse GetRaplZones as the name parsing at
I have a machine which, since a recent kernel upgrade, has rapl zones with names like
package-0-die-0
andpackage-0-die-3
which confuseGetRaplZones
as the name parsing atprocfs/sysfs/class_powercap.go
Line 102 in 4ba3093
0-die-0
as a number and fails, leading to the whole thing being returned as the name.In turn that leads to node_collector crashing due an invalid metric name of
node_rapl_package-0-die-0_joules_total
.The text was updated successfully, but these errors were encountered: