Merge pull request #125454 from kerthcet/cleanup/scheduler-perf

Remove noisy log in scheduler_perf
This commit is contained in:
Kubernetes Prow Robot 2024-06-12 02:35:36 -07:00 committed by GitHub
commit 1815a14c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,7 +328,6 @@ func collectHistogramVec(metric string, labels map[string]string, lvMap map[stri
}
if vec.GetAggregatedSampleCount() == 0 {
klog.InfoS("It is expected that this metric wasn't recorded. The data for this metric won't be stored in a benchmark result file", "metric", metric, "labels", labels)
return nil
}