AjayTripathy 6 лет назад
Родитель
Сommit
bd613bd7de
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      costmodel/aggregations.go

+ 0 - 1
costmodel/aggregations.go

@@ -117,7 +117,6 @@ func ComputeIdleCoefficient(costData map[string]*CostData, cli prometheusClient.
 		if err != nil || totalClusterCost == 0.0 {
 		if err != nil || totalClusterCost == 0.0 {
 			return nil, err
 			return nil, err
 		}
 		}
-		klog.Infof("TOTAL CLUSTER COST %f", totalClusterCost)
 		totalClusterCostOverWindow := (totalClusterCost / 730) * windowDuration.Hours()
 		totalClusterCostOverWindow := (totalClusterCost / 730) * windowDuration.Hours()
 		totalContainerCost := 0.0
 		totalContainerCost := 0.0
 		for _, costDatum := range costData {
 		for _, costDatum := range costData {