We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e42d8 commit dcbb1f2Copy full SHA for dcbb1f2
manager/container.go
@@ -724,7 +724,7 @@ func (cd *containerData) updateStats() error {
724
return statsErr
725
}
726
if perfStatsErr != nil {
727
- klog.Errorf("error occurred while collecting perf stats for container %s: %s", cInfo.Name, err)
+ klog.Errorf("error occurred while collecting perf stats for container %s: %s", cInfo.Name, perfStatsErr)
728
return perfStatsErr
729
730
if resctrlStatsErr != nil {
0 commit comments