Bug 1664180
| Summary: | most of the metrics diagrams are not shown under "Administration -> Nodes" on cluster console page | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | ||||||||
| Component: | Monitoring | Assignee: | Frederic Branczyk <fbranczy> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 4.1.0 | CC: | anpicker, spadgett, surbania | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | 4.1.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2019-06-04 10:41:43 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Junqi Zhao
2019-01-08 00:43:29 UTC
anaylysis
RAM
expression: node_memory_Active{instance=~'.*${node}.*'}
failed reason:
missed following rule
record: node_memory_Active expr: node_memory_Active_bytes
CPU
expression: instance:node_cpu:rate:sum{instance=~'.*${node}.*'}
failed reason:
missed following rule
record: instance:node_cpu:rate:sum expr: sum
by(instance) (rate(node_cpu{mode!="idle",mode!="iowait"}[3m]))
Network In
expression: instance:node_network_receive_bytes:rate:sum{instance=~'.*${node}.*'}
failed reason:
missed following rule
record: instance:node_network_receive_bytes:rate:sum expr: sum
by(instance) (rate(node_network_receive_bytes[3m]))
Network Out
expression: instance:node_network_transmit_bytes:rate:sum{instance=~'.*${node}.*'}
failed reason:
missed following rule
record: instance:node_network_transmit_bytes:rate:sum expr: sum
by(instance) (rate(node_network_transmit_bytes[3m]))
Filesystem
expression: instance:node_filesystem_usage:sum{instance=~'.*${node}.*'}
failed reason:
missed following rule
record: instance:node_filesystem_usage:sum expr: sum
by(instance) ((node_filesystem_size{mountpoint="/"} - node_filesystem_free{mountpoint="/"}))
Moving this to modified, just like the respective jira issue already is. Blocked by regression Bug 1678310 Created attachment 1536284 [details]
there is not Memory diagram for node
Node memory graph fixed by PR https://github.com/openshift/console/pull/1190, which merged today. ssue is fixed with $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-02-25-194625 True False 7m36s Cluster version is 4.0.0-0.nightly-2019-02-25-194625 RHCOS build: 47.330 Created attachment 1538641 [details]
Memory diagram is shown for node
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-2019:0758 |