Achilleas Tzenetopoulos 5 年之前
父節點
當前提交
55cacc5ffd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

+ 1 - 0
kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

@@ -102,6 +102,7 @@ func customScoreInfluxDB(metrics []string, uuid string, socket,
 		klog.Infof("Error while executing the query: %v", err.Error())
 		return nil, err
 	}
+	klog.Infof("Response: ", response)
 	// Calculate the average for the metrics provided
 	return calculateWeightedAverage(response, numberOfRows, len(metrics))
 }