Created attachment 1348580 [details] MonitoringUtilization Description of problem: CPU Utilization shows nothing in Projects' Dashboard Version-Release number of selected component (if applicable): 5.9.0.5 How reproducible: Always Steps to Reproduce: 1. Add Containers Provider 2. Add some pods to the provider 3. Wait a day or two 4. Go to Compute --> Containers --> Projects 5. Select the Default Project's Dashboard View Actual results: The CPU Utilization shows nothing even though if you go to this project's Capacity & Utilization menu from Monitoring you will see data Expected results: There should be the same data in Project's Dashboard as in Monitoring --> Capacity & Utilization Additional info: Attached screenshots
Created attachment 1348581 [details] ProjectsDashboard
The problem seems to be that utilization is so low on those projects that the dashboard rounds the values to zero. The graphs under the 'utlization' are scaled to those low values and im not sure we should do the same on the graphs in the dashboard. Seeking UI help on this one... https://gitter.im/ManageIQ/manageiq/ui?at=5a0d5aae540c78242d0dcb0f
Created attachment 1353554 [details] suggested solution for low not eounded numbers
After discussion with Serena , It was decided to pass non rounded numbers so in case the cpu consumption is very low (<1) it will still show in the graph. See attachment 1353554 [details]
PR - https://github.com/ManageIQ/manageiq-ui-classic/pull/2762