refactor: change CpuUsage for CPUUsage

This commit is contained in:
2026-05-25 16:14:31 +03:00
parent aae15f6599
commit b43575f390
4 changed files with 5 additions and 5 deletions
@@ -109,7 +109,7 @@ func (a *AgentConnection) listenHeartbeat(heartbeats <-chan domainHub.CreateHear
return
}
a.log.Debug().
Float64("cpu usage", heartbeat.Metrics.CpuUsage).
Float64("cpu usage", heartbeat.Metrics.CPUUsage).
Float64("disk usage", heartbeat.Metrics.DiskUsage).
Float64("memory usage", heartbeat.Metrics.MemoryUsage).Msg("")