Can we get this backported in Hawkular Metrics for our OCP 3.5 version?
*** Bug 1473363 has been marked as a duplicate of this bug. ***
@pweil Please help to verify this defect. Thanks
@pweil Can you show me the details on how to verify this defect?
Images: metrics-cassandra-3.5.0-49 metrics-hawkular-metrics-3.5.0-58 metrics-heapster-3.5.0-41 # openshift version openshift v3.5.5.31.47 kubernetes v1.5.2+43a9be4 etcd 3.1.0 Tested on 7 nodes, and created a few projects and every node had at least one running pod, let the metrics run for a day, all metrics usage could be found in metrics web console Used the following command to check memory/usage on every node, it's not missed. # curl -k -H "Authorization: Bearer $TOKEN" -H "Hawkular-tenant: _system" https://metrics.newscorpau01.openshift.com/hawkular/metrics/metrics?tags=nodename:${NODE} | python -m json.tool | grep -i \"id\" | grep -i machine | grep -i memory | sort "id": "machine/${NODE}/memory/limit", "id": "machine/${NODE}/memory/major_page_faults", "id": "machine/${NODE}/memory/major_page_faults_rate", "id": "machine/${NODE}/memory/node_capacity", "id": "machine/${NODE}/memory/node_reservation", "id": "machine/${NODE}/memory/node_utilization", "id": "machine/${NODE}/memory/page_faults", "id": "machine/${NODE}/memory/page_faults_rate", "id": "machine/${NODE}/memory/request", "id": "machine/${NODE}/memory/usage", "id": "machine/${NODE}/memory/working_set",
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-2017:3438