rhtyd commented on a change in pull request #4795:
URL: https://github.com/apache/cloudstack/pull/4795#discussion_r598459209
##########
File path:
plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java
##########
@@ -43,6 +44,10 @@
@Param(description = "the total cpu allocated in Ghz")
private String cpuAllocated;
+ @SerializedName("cpuallocatedghzwithoverprovisioning")
+ @Param(description = "the total cpu allocated in Ghz after applying the
cpu.overprovisioning.factor", since="4.15.1")
+ private String cpuAllocatedWithOverprovisioning;
Review comment:
I think allocated cpu metric should involve overprovisioning (if the UI
is not doing that); if the overprovisioning factor is not being considered is
the cpu alllocated same as usage?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]