Skip to content

Commit

Permalink
fix: remove logging while collecting GPU metrics
Browse files Browse the repository at this point in the history
removes debugging logging from GPU metrics

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed May 21, 2024
1 parent 362472b commit dcf78e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/metrics/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func CollectResUtilizationMetrics(ch chan<- prometheus.Metric, instance interfac
CollectResUtil(ch, instance, collectorName, collectors[collectorName])
}
}
klog.Info("Collecting GPU metrics")
if config.EnabledGPU && gpu.IsGPUCollectionSupported() {
for _, collectorName := range consts.GPUMetricNames {
CollectResUtil(ch, instance, collectorName, collectors[collectorName])
Expand Down

0 comments on commit dcf78e6

Please sign in to comment.