joseflauzino opened a new pull request, #6401: URL: https://github.com/apache/cloudstack/pull/6401
### Description PR #5984 recently implemented the `listVirtualMachinesUsageHistory` API, which provides historical data of VM stats. However, the current ACS UI only shows VM stats from the most recent data collection. This PR implements new features in the UI which allow ACS users to view the historical stats of each VM individually. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [x] Major - [ ] Minor ### Screenshots: **Charts:**     **Possible Filtering:**  ### How Has This Been Tested? I went to Compute > Instances > `any-vm-instance` > Statistics and was able to visualize all the statistics charts for the selected VM. Also, I filtered by different period combinations and the data was presented correctly. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
