diff --git a/pkg/usagestats/report.go b/pkg/usagestats/report.go index 562a22d141c..54dfc42780f 100644 --- a/pkg/usagestats/report.go +++ b/pkg/usagestats/report.go @@ -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)