nvazquez commented on issue #13823:
URL: https://github.com/apache/cloudstack/issues/13823#issuecomment-5217646522

   Thanks @winterhazel, please find the output:
   
   ````
   mysql> select * from cloud_usage.usage_vm_instance where vm_instance_id = 7;
   
+----+------------+---------+------------+----------------+-------------------------+---------------------+-------------+-----------------+---------------------+----------+-----------+-----------+--------+
   | id | usage_type | zone_id | account_id | vm_instance_id | vm_name          
       | service_offering_id | template_id | hypervisor_type | start_date       
   | end_date | cpu_speed | cpu_cores | memory |
   
+----+------------+---------+------------+----------------+-------------------------+---------------------+-------------+-----------------+---------------------+----------+-----------+-----------+--------+
   |  7 |          2 |       1 |          2 |              7 | 
cks-control-19fd8b4d3a1 |                  13 |           3 | KVM             | 
2026-08-06 20:12:37 | NULL     |      NULL |      NULL |   NULL |
   |  8 |          1 |       1 |          2 |              7 | 
cks-control-19fd8b4d3a1 |                  13 |           3 | KVM             | 
2026-08-06 20:12:50 | NULL     |      NULL |      NULL |   NULL |
   
+----+------------+---------+------------+----------------+-------------------------+---------------------+-------------+-----------------+---------------------+----------+-----------+-----------+--------+
   2 rows in set (0.00 sec)
   
   ````
   
   Ahh my bad, indeed the values are displayed on hover and also after 
downloading the details as CSV


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

Reply via email to