Bug 1619132
| Summary: | "User not found" error in grafana pod logs, and some metrics could not be viewed from grafana UI | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | ||||||||||||||
| Component: | Monitoring | Assignee: | Frederic Branczyk <fbranczy> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | ||||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||||
| Priority: | medium | ||||||||||||||||
| Version: | 3.11.0 | CC: | dma | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | 3.11.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: | 2018-10-11 07:25:20 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
2018-08-20 07:33:48 UTC
Created attachment 1477085 [details]
grafana-proxy container logs
Created attachment 1477086 [details]
no instance listed under Nodes and CPU/Memory/Dish data is empty
Created attachment 1477087 [details]
data in Headlines part are all N/A
The "user not found" message is simply because we are not using the Grafana backend for authentication, but just tell Grafana to use whatever user is proxied to it through the OpenShift oauth-proxy, therefore it not finding the user is expected. I have identified what the problem with the missing metrics in Grafana is, the dashboards were built on node-exporter v0.15.2, but we are deploying v0.16.0, which has a number of breaking changes to its metrics. I'll take this to the team and we will figure out what to do. We just merged a number of pull requests that should fix most of these problems. We also noticed some incorrect behavior for filesystem graphs that is already in the works, I would suggest to create a new issue for that though. Please change to ON_QA, most of the issues are fixed, new Bug 1622387 is file Created attachment 1478849 [details]
cluster headlines show has data
Created attachment 1478850 [details]
metrics data under "Nodes"
cluster monitoring version: v3.11.0-0.22.0.0 # openshift version openshift v3.11.0-0.22.0 What exactly are you referring to with "cluster headlines show has data"? That in the table there are not always numbers displayed? That is correct behavior as a lot of OpenShift components do not have resource requests and limits configured resulting in those blank fields. The metric display error in the nodes dashboard is being fixed. Per Comment 9 - Comment 11, set to VERIFIED (In reply to Frederic Branczyk from comment #12) > What exactly are you referring to with "cluster headlines show has data"? > That in the table there are not always numbers displayed? That is correct > behavior as a lot of OpenShift components do not have resource requests and > limits configured resulting in those blank fields. > > The metric display error in the nodes dashboard is being fixed. See picture "data in Headlines part are all N/A", data is N/A, now it is fixed. 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-2018:2652 |