-
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 mimir writes resources disk usage dashboard's graphs #502
Conversation
Had someone removed this dashboard ? Nothing mentions such a thing in the changelog but this PR makes it appear as if I was adding a brand new file |
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.
Oh it's not in the correct path, the mimir dashboard should be here https://github.com/giantswarm/dashboards/tree/main/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private not in the al folder
Can you reformat using vscode and CTRL shift I ? |
Well I don't mind but nothing happens :/ |
I'll run it tomorrow. I Guess we don't have thé same formatters 😅 |
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.
Approving now but let's wait tomorrow
Why should we manually change these files? I guess they were exported from Grafana, I'm in favor of keeping them as-is. |
Thé thing is we all have custom indentation and reviewing makes it really hard, so we need to standardize |
For "handwritten" code I agree, but for generated one like the dashboards I'm don't see the point. |
It's easy, if I edit the expression in the file, my formatter will rewrite everything |
Btw, I think this should be fixed by automation and not me coming to format files :D |
Adding automation here #509 |
…m/dashboards into fix-mimir-ingester-disk-graphs
@QuentinBisson @hervenicol are we good to merge here ? |
I'm fine yes |
I'm fine with these changes, yes. Didn't find the documentation about what we changed from upstream mixins, so we can apply it back next time we import the Mimir mixins. |
If you mean what changed compared to the original upstream mixin dashboard, I changed the So I guess it's mainly a custom change from our side which is not relevant for upstream (except for the the |
* fix mimir writes resources disk usage dashboard's graphs * move dashboard to adequate directory * Reformat file * merge with main --------- Co-authored-by: QuentinBisson <[email protected]>
Towards https://github.com/giantswarm/giantswarm/issues/30090
The graphs for Disk reads and Disk writes also display data for the non-PV storage used by the ingesters for the
/etc/mimir
path but as the graphs are showing the expected data anyway, this "noise" can just be ignored.Checklist