We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We are using the mixins in a kube-prometheus environnmenent. We have a mimir and a cortex cluster for different uses.
The mimir-mixin dashboards have the same UIDs as cortex-mixin ones and grafana refuses to load them.
Would it be possible to generate new UIDs ?
Thanks
The text was updated successfully, but these errors were encountered:
Good point! Yes, I think we can definitely do it.
Sorry, something went wrong.
Awesome ! That would be much appreciated :)
This is the code used by Grafana to auto-generate dashboard UIDs. We could just run it to generate new random ones: https://github.com/grafana/grafana/blob/main/pkg/util/shortid_generator.go
Successfully merging a pull request may close this issue.
Hi,
We are using the mixins in a kube-prometheus environnmenent.
We have a mimir and a cortex cluster for different uses.
The mimir-mixin dashboards have the same UIDs as cortex-mixin ones and grafana refuses to load them.
Would it be possible to generate new UIDs ?
Thanks
The text was updated successfully, but these errors were encountered: