diff --git a/metrics.go b/metrics.go index 18f09c7..222f14c 100644 --- a/metrics.go +++ b/metrics.go @@ -640,7 +640,7 @@ type CPUMetrics struct { TimesStat *cpu.TimesStat `json:"timesStat"` LoadStat *load.AvgStat `json:"loadStat"` - Count int `json:"count"` + CPUCount int `json:"cpuCount"` } // Merge other into 'm'.