-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix Grafana Agent Node Exporter Quickstart dash #27
Fix Grafana Agent Node Exporter Quickstart dash #27
Conversation
- Use the prometheus datasource variable as expected by the COS tools. - Remove the old instance and job filter variables: - instance is a long generated string; use juju_unit instead - job is also long and generated so we can't hard code it any more Fixes canonical#24
I don't know why there is a duplicate grafana_dashboards/ directory - I edited the one in src/grafana_dashboards, which seems to be the one that is used by the charm. The charm appears to simply copy src/grafana_dashboards to ./grafana_dashboards, so maybe the grafana_dashboards dir doesn't get built into the charm? Can we delete it from the git repo to avoid confusion? |
From what I can tell there is no such folder in the repo, not here nor in your fork. Am I missing something? If not, I'm ok with having this merged. |
@simskij ah my bad, it was there for me locally, but must have been generated by something; I looked just now, and it wasn't checked into git. you can ignore that comment. :) |
It's generated by utests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @samuelengineer!
Could you please paste a screenshot in the PR description showing how the dashboard looks without the job and instance label matchers?
@sed-i happy new year! PR description updated with screenshots. :) |
@sed-i can this be merged? :) |
Screenshots:
Before:
After:
Fixes #24