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))
 }