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
+1 -1
View File
@@ -23,7 +23,7 @@ type AgentAlert struct {
}
type SystemMetrics struct {
CpuUsage float64
CPUUsage float64
MemoryUsage float64
DiskUsage float64
}