-
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
Add Alloy mixin update script and Makefile #607
Conversation
Well I actually went into a totally different direction for mimir and loki mixins which to me is way easier to use than your script https://github.com/giantswarm/dashboards/blob/main/mimir/update.sh also because I can read it and it's not using things like grizzly which I'm not sure we need |
Now we can probably merge the 2 scripts together because i almost have the same script for loki. The interesting things about my script is that we can do some edits |
I changed my script to something simpler and also made use of
I've kept the script separate for now, we can revisit this later on. I wanted to keep things as "simple" as possible here. I also made other modifications along the way
|
This reverts commit b0a489b.
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Towards: giantswarm/roadmap#3522
Towards: giantswarm/roadmap#3522
This PR is an attempt at adding some automation to fetch Alloy mixin dashboards from https://github.com/grafana/alloy/tree/main/operations/alloy-mixin/dashboards
I am unsure how scripts are organized/run in this repository and would appreciate some guidance on this.