-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update kube prometheus #656
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
==========================================
+ Coverage 80.20% 82.47% +2.26%
==========================================
Files 64 72 +8
Lines 4492 5414 +922
==========================================
+ Hits 3603 4465 +862
- Misses 600 637 +37
- Partials 289 312 +23
Flags with carried forward coverage won't be shown. Click here to find out more.
|
78350af
to
d8b012f
Compare
👀 |
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.
@david-martin tested locally - all dashboards imported ok and looked reasonable. Also tested the new make target which works well. I made a suggestion to add where to save the files so that the make target can pick them up - feel free to commit suggestion if you like.
Either way, looks good to merge :)
Co-authored-by: Evan Hearne <[email protected]>
Thanks @ehearneRedHat |
There are 3 related changes in this PR:
make dashboard-cleanup
that runs the already existinguniversal-dashboard.sh
script on all dashboard json files. The readme has been udpated to reflect this change.1 other small change is a height increase to 1 to a table in the app developer dashboard as it is cropped after the upgrade to Grafana 9.
To verify, run the
quickstart-setup.sh
locally, port forward to the grafana service and verify the dashboards all imported OK and look reasonable.