Skip to content

Commit 4e47257

Browse files
committed
ui: vm metrics note about behaviour across hypervisors
The metrics for VMs and VM disks in CloudStack depend on the hypervisor plugin used for each hypervisor. The behavior can vary across different hypervisors. For VMware, metrics are retrieved as average value for the time interval defined in the global configuration - vmware.stats.time.window. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent a53365d commit 4e47257

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,7 @@
29492949
"message.failed.to.remove": "Failed to remove",
29502950
"message.generate.keys": "Please confirm that you would like to generate new API/Secret keys for this User.",
29512951
"message.chart.statistic.info": "The shown charts are self-adjustable, that means, if the value gets close to the limit or overpass it, it will grow to adjust the shown value",
2952+
"message.chart.statistic.info.hypervisor.additionals": "The metrics data depend on the hypervisor plugin used for each hypervisor. The behavior can vary across different hypervisors. For instance, with KVM, metrics are real-time statistics provided by libvirt. In contrast, with VMware, the metrics are averaged data for a given time interval controlled by configuration.",
29522953
"message.guest.traffic.in.advanced.zone": "Guest Network traffic is communication between end-user Instances. Specify a range of VLAN IDs or VXLAN Network identifiers (VNIs) to carry guest traffic for each physical Network.",
29532954
"message.guest.traffic.in.basic.zone": "Guest Network traffic is communication between end-user Instances. Specify a range of IP addresses that CloudStack can assign to guest Instances. Make sure this range does not overlap the reserved system IP range.",
29542955
"message.host.controlstate": "The Control Plane Status of this Instance is ",

ui/src/components/view/stats/ResourceStatsInfo.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export default {
4545
{
4646
resourceType: 'CHART',
4747
messageList: [
48-
this.$t('message.chart.statistic.info')
48+
this.$t('message.chart.statistic.info'),
49+
this.$t('message.chart.statistic.info.hypervisor.additionals')
4950
]
5051
},
5152
{

0 commit comments

Comments
 (0)