mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Problem: The VM metrics has aggregated volume bytes read/write and iops metrics but not on per volume basis. Root Cause: The volume stats sub-system is not used to export the metrics, the support is not available for VMware. Solution: Use the volume stats sub-system and DB table to export the metrics via the listVolumes and listVolumeMetrics API, and implement support for VMware and fix issue with network and disk metrics in the VM metrics view. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>