-
Bug
-
Resolution: Done
-
Normal
-
openshift-4.6
-
False
-
False
-
Undefined
-
Not Supported
-
-
ODC Sprint 195, ODC Sprint 196
-
Medium
Description of problem:
When the user opens the Monitoring Dashboard and switches from a Deployment to "All workloads" the charts (CPU usage, Memory usage, and so on) are rendering just a white box. No chart was displayed.
Prerequisites (if any, like setup, operators/versions):
- A cluster with monitoring enabled (=no CRC)
Steps to Reproduce
- Open developer perspective
- Import at least one Deployment to see some monitoring data (I tested it with container image jerolimov/cpuusage-example, which provides an endpoint /loop/3000 to consume some CPU)
- Select "Monitoring" from the navigation
- On the "Monitoring" "Dashboard" tab switch between your Deployment workload and "All workloads"
Actual results:
- When switching to "All workloads" no chart is rendered. And no empty or loading state was rendered.
- When you refresh the browser you can see that there are some data available but the switch breaks the rendering.
Expected results:
- These charts should be always shown when switching between workloads.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Tested on different builds:
- The Switch/Dropdown was not available in the UI on a 4.5.27 cluster. So 4.5 is not affected.
- Failed on 4.6.12
- Failed on 4.7.0-0.nightly-2020-12-18-031435
- Failed on 4.7.0-0.nightly-2021-01-19-033533
Additional info:
None