Created attachment 1216024 [details] overlap.png Description of problem: Check pod's metrics on overview page, the values on X-axis of metrics chart are overlapped. Sometimes, values on Y-axis are also too close to each other. Version-Release number of selected component (if applicable): openshift v3.4.0.18+ada983f kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 How reproducible: Always Steps to Reproduce: 1.Metrics is deployed. Create pod in project. 2.Check pod's metrics on overview page. 3. Actual results: 2.Values on X-axis of metrics chart are overlapped. Expected results: 2.Values should not overlap with each other. Additional info:
This is a problem with the HTML minification, which prevented the compact metrics from showing the overview. Note that the full metrics charts like this should never appear in the overview. https://github.com/openshift/origin-web-console/pull/776
openshift v3.4.0.22+5c56720 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 I tested on above OCP env, the full metrics chart are not shown on overview page now, and the compacted metrics chart shows on overview page well. The bug has been fixed, so move it to Verified.