weizhouapache commented on code in PR #8756:
URL: https://github.com/apache/cloudstack/pull/8756#discussion_r1816079250


##########
plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java:
##########
@@ -52,10 +52,6 @@ public class HostMetricsResponse extends HostResponse {
     @Param(description = "the total cpu allocated in Ghz")
     private String cpuAllocated;
 
-    @SerializedName("cpuloadaverage")

Review Comment:
   yes, it has the same serializedName with `cpuloadaverage` in HostResponse
   
   ```
       @SerializedName(ApiConstants.CPU_LOAD_AVERAGE)
       @Param(description = "the cpu average load on the host")
       private Double cpuloadaverage;
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to