AjayTripathy 6 anni fa
parent
commit
f04360e3ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      costmodel/costmodel.go

+ 1 - 1
costmodel/costmodel.go

@@ -2017,7 +2017,7 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 		containers[key] = true
 	}
 
-	GPUReqMap, err := GetContainerMetricVectors(resultGPURequests, clusterID)
+	GPUReqMap, err := GetNormalizedContainerMetricVectors(resultGPURequests, normalizationValue, clusterID)
 	if err != nil {
 		return nil, err
 	}