kubevirt / web-ui

OpenShift Cluster Console UI
https://www.openshift.org
Apache License 2.0
26 stars 11 forks source link

added VMs dropdown in top consumers card #397

Closed afreen23 closed 5 years ago

afreen23 commented 5 years ago

pull/481

afreen23 commented 5 years ago

@mareklibra @rawagner @suomiy .... Can you guys help in providing the query for VMs...??

atiratree commented 5 years ago

Sorry don't really know + no prometheus atm.

The query should be only about the vm disks, right? Another approach (just for the requested storage) could be to parse the requested capacity from vm definitions or from the pvcs.

cloudbehl commented 5 years ago

@suomiy The storage requested capacity can be found from the kubelet metrics but the what exactly we are looking at is the labels that define this storage is provided to VM. So we can calculate on basis of that.

@afreen23 @rawagner @mareklibra ^^