Skip to content

Commit

Permalink
Rename Count to CPUCount
Browse files Browse the repository at this point in the history
  • Loading branch information
anjalshireesh committed Dec 5, 2023
1 parent e6b3126 commit 9e65565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 9e65565

Please sign in to comment.