GabrielBrascher commented on issue #3738: Load Average for KVM
URL: https://github.com/apache/cloudstack/pull/3738#issuecomment-562145538
 
 
   Good point @wido. It is set as double or Double on `HostStats.java`, 
`HostResponse.java`, `GetHostStatsAnswer.java`, and `HostStatsEntry.java`. 
Additionally, at `CPUStat.java` the method `getCpuLoadAverage()` returns Double.
   
   Therefore, it looks OK on the PR. However, `list hostmetrics` returns it as 
String; `list hosts` looks fine though. I will take a look around the `list 
hostmetrics`.
   
   On a 5.0 we can normalize API values and fix issues such as % values 
returned as Strings instead of double.

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


With regards,
Apache Git Services

Reply via email to