-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support multiple Grafana Instances #11
Comments
Hey, Nope, not at the moment. It's definitely a feature that I'm interested in though :) Glad this little plugin can help! |
I am going to plus one this feature! 👍 We have several Grafana instances it would be great to have all of them available in Backstage! |
Any ideas/suggestions as to how you would like it to work? |
I would do something similar to the kubernetes plugin where the app-config.yaml supports an array of variables, then based when getting the dashboards for an entity in the catalog-info.yaml you could specify instance-name and if there isn't one in the annotation but there is a grafana/tag-selector you assume it is the first instance. |
hopefully this feature available soon, but thanks @K-Phoen , you're awesome |
thanks for this plugin @K-Phoen . Maybe a simple adjust similar to ArgoCD plugin and you just add multiples proxies and change kubernetes annotations. Just an idea. |
Hi @K-Phoen, this would be very useful. Can you use some help with the changes? Looking at your codebase, it should be quite trivial to extend but I'd like to hear what you had in mind in terms of the implementation |
For us it would be also very importent to have the support of multiple instances. |
I am working on the PR solving this. Coming soon! |
Since @K-Phoen does not respond at all, does it make a sense to fork this project completely? I also adopted several PRs and other ideas. |
I currently downloaded the source and changed it to support this as we have a similar requirement. Would be nice to see this here, as I think it's a awesome plugin. If there is no movement on this repo I have to probably open source my own version... |
@dweber019 @mrooding @chrissi517 |
+1 this one. in my org, we have hundreds of Grafanas and setting up proxy for each of them is impossible. We think the scalable solution should be:
@Vity01 what do you think? |
Hi,
Thanks for the plugin, its awesome :).
Is there a way to configure multiple Grafana Instance on the app-config.yaml?.
The text was updated successfully, but these errors were encountered: