Remove noisy log in scheduler_perf

Signed-off-by: kerthcet <kerthcet@gmail.com>
This commit is contained in:
kerthcet 2024-06-12 11:53:35 +08:00
parent 6b7f713316
commit 1ffa1e17cd

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
}