winterhazel commented on issue #13823: URL: https://github.com/apache/cloudstack/issues/13823#issuecomment-5217124837
@nvazquez > multiple rows for the same aggregation range time period for each individual resource This is probably happening due to duplicated usage records, caused by duplicated usage helper entries. Could you provide the output of the following query in your environment? ```sql select * from cloud_usage.usage_vm_instance where vm_instance_id = <id_of_cks-control-19fd>; ``` > and the consumed quota does not match the summary on the tables above. The value for `RUNNING_VM` in the details by resource graph does match the value for `cks-control-19fd` in the resources by usage type, so the sum is correct. The multiple `0.00`s in the `Quota consumed` column is a rounded value. You can hover over it to see that it is not actually zero. -- 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]
