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
Hi, I've found that the percpu_usage stats can sometimes be Null, similar to #29.
Commenting out the CpuStats class (and removing it from CLASSES) fixes the issue (though, obviously, I no longer get CPU stats from containers). When I query the stats API directly, I'm seeing null in the percpu_usage:
Which I think is resulting in the NoneType errors that I'm seeing. I'm not much of a Python programmer... but I'm willing to try and help fix this if someone can point me at the line in the CPUStats class that needs fixing :)
The text was updated successfully, but these errors were encountered:
Hi, I've found that the
percpu_usage
stats can sometimes be Null, similar to #29.Commenting out the CpuStats class (and removing it from
CLASSES
) fixes the issue (though, obviously, I no longer get CPU stats from containers). When I query the stats API directly, I'm seeingnull
in the percpu_usage:Which I think is resulting in the NoneType errors that I'm seeing. I'm not much of a Python programmer... but I'm willing to try and help fix this if someone can point me at the line in the CPUStats class that needs fixing :)
The text was updated successfully, but these errors were encountered: