Hide Forgot
Created attachment 1548469 [details] Different CPU usage units are used under "Home - Status" Description of problem: See the attached picture, there is only one pod under openshift-apiserver-operator namespace, "Memory Usage" chart shows value 42M, but the "Memory Usage by Pod (Top 10)" shows 40.34 MiB Prometheus expression: namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} 42M from "Memory Usage" chart is because namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} / 1000 /1000 = 42M the "Memory Usage by Pod (Top 10)" shows 40.34 MiB is because namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} / 1024 /1024 = 40.34 MiB Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-03-26-215932 How reproducible: Always Steps to Reproduce: 1. Check "Home - Status" 2. 3. Actual results: Different CPU usage units are used under "Home - Status" Expected results: CPU usage units should be the same Additional info:
Tested with 4.3.0-0.nightly-2019-10-28-222147, see the picture, only memory usage under "Home -> Projects" does not use binary bytes
Created attachment 1630035 [details] memory usage under "Home -> Projects" does not use binary bytes
Created attachment 1630036 [details] memory usage for node/pod/build overview use binary bytes
Created attachment 1632374 [details] memory usage under "Home -> Projects" now uses binary bytes
As per Comment 6 and 7, move to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062