Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty graphs in USE Method dashboards #38

Closed
serathius opened this issue Jun 19, 2018 · 4 comments
Closed

Empty graphs in USE Method dashboards #38

serathius opened this issue Jun 19, 2018 · 4 comments

Comments

@serathius
Copy link
Contributor

All graphs beside Disk Utilization are empty.
Looks like queries using group_left are all returning no results.
Example:

record: node:node_cpu_utilisation:avg1m
expr: 1
  - avg by(node) (rate(node_cpu{job="node-exporter",mode="idle"}[1m])
  * on(namespace, pod) group_left(node) node_namespace_pod:kube_pod_info:)
@serathius
Copy link
Contributor Author

serathius commented Jun 20, 2018

Both subqueries return results
rate(node_cpu{job="node-exporter",mode="idle"}[1m]) returns results labeled by node
node_namespace_pod:kube_pod_info: labeled by namespace, pod, node
I don't understand prometheus m-on-m queries to well but everythink looks correct.

Is there any label missing?

@serathius
Copy link
Contributor Author

Based on #30 I checked node_exporter version, but I'm using 0.15.2

@adamdecaf
Copy link
Contributor

(Not sure which issue we're using.)

There's data if the window is changed to [5m]. See #30 (comment)

@serathius
Copy link
Contributor Author

Ok, I lets move rest of discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants