Explorar el Código

normalize gpus

AjayTripathy hace 6 años
padre
commit
f04360e3ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 		containers[key] = true
 	}
 	}
 
 
-	GPUReqMap, err := GetContainerMetricVectors(resultGPURequests, clusterID)
+	GPUReqMap, err := GetNormalizedContainerMetricVectors(resultGPURequests, normalizationValue, clusterID)
 	if err != nil {
 	if err != nil {
 		return nil, err
 		return nil, err
 	}
 	}