Skip to content

Commit

Permalink
Update pkg/usagestats/report.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvdimitrov committed Jun 6, 2024
1 parent 84538da commit 47e224a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/usagestats/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func buildReport(seed ClusterSeed, reportAt time.Time, reportInterval time.Durat
func buildMetrics() map[string]interface{} {
result := map[string]interface{}{
"memstats": buildMemstats(),
"num_cpu": runtime.NumCPU(),
"num_goroutine": runtime.NumGoroutine(),
}
defer cpuUsage.Set(0)
Expand Down

0 comments on commit 47e224a

Please sign in to comment.