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 d9b691b commit 671274fCopy full SHA for 671274f
core/system_metric/sys_metric_stat.go
@@ -114,7 +114,7 @@ func InitMemoryCollector(intervalMs uint32) {
114
func retrieveAndUpdateMemoryStat() {
115
memoryUsedBytes, err := GetProcessMemoryStat()
116
if err != nil {
117
- logging.Error(err, "Fail to retrieve and update cpu statistic")
+ logging.Error(err, "Fail to retrieve and update memory statistic")
118
return
119
}
120
0 commit comments