-
Notifications
You must be signed in to change notification settings - Fork 0
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 alloy-logs dashboard #661
base: main
Are you sure you want to change the base?
Conversation
Did you fix it using the mixsin script? |
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
### Changed | |||
|
|||
- Update DNS dashboard to include memory requests. | |||
- fix Alloy / Logs Overview dashboard. |
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.
- fix Alloy / Logs Overview dashboard. | |
### Fixed | |
- Fix Alloy / Logs Overview dashboard. |
Nope. Will look at the script and try to do it this way then. |
After looking at the upstream mixins and pulling my (few remaining) hair at the dependencies maze that it is, I decided to just do a bit of sed magic. I can't guarantee that alloy dashboards are all bug-free, but they certainly work better after these changes than before. |
This PR fixes the Alloy / Logs Overview dashboard:
templates:
cluster_id
instead ofcluster
scrape_job
instead ofjob
queries:
screenshots before:
screenshots after:
Checklist