-
Notifications
You must be signed in to change notification settings - Fork 795
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
[aws-eks] Metrics Query works but Metrics Search does not #114
Comments
Similar problem, added cloudwatch agent and iam role, but no data for all panels. EKS 1.19. |
From Grafana doc:
From AWS doc is clear that metrics, e.g. |
Thanks for the feedback @jangaraj . What is the actual resolution for using the dashboard that you propose in this case? I can either disable Match Exact or specify some dimensions. I'm not sure how to do either since when I go to edit one of the panels the query does not populate in the search bar. Additionally I see no option for "Match Exact". Is it required to paste the query from the raw JSON into the panel and then edit each one to have some dimension? I prefer my own solution of changing them to Metric Query in that case. I have created a gist with the dashboard using Metric Queries - https://gist.github.com/sarasensible/a775378a2d3786c61a706b2496772e75 . @tomsozolins you are welcome to try it and see if it works any better. |
@sarasensible Thank you. Actually, I never used this dashboard - it was a community contribution. Feel free to create pull request if you can improve it. |
My revised dashboard works for me but I would like some confirmation that it works for someone else before putting up a PR. @tomsozolins would you be willing to give it a try and post here whether my gist works for you out of the box? |
I am getting no data across the aws-eks dashboard. I have Container Insights installed on my cluster and I can see them in the AWS console. I cloned the EKS dashboard and fiddled around and found two issues - one is that if I do an Explore on cluster_failed_node_count with the
MatchExact
option toggled to false I can see data, the second is that if I change the cluster_failed_node_count panel to use a "Metrics Query" instead of a "Metrics Search" I can see data. I don't understand why the dashboard isn't working as is. Any guidance would be greatly appreciated.Metrics Search vs Metrics Query
Match exact toggled off
Match exact toggled on
The text was updated successfully, but these errors were encountered: