-
Notifications
You must be signed in to change notification settings - Fork 213
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
Does this plugin support a containerized setup? #121
Comments
+1 |
Exactly you can do what you mean. I already did that. I created a docker image to run mongodb grafana proxy as another container (https://hub.docker.com/repository/docker/barisv/grafana-mongo-proxy-server) Then only thing you need to this to configure your mongo plugin to send request to those container. |
Hi there and thank you for your input. I have set it up like that exactly but it still wouldn't work. Any chance I can screenshare or send you code snippets to see how you did it. Or if you could possibly share yours.... |
This is output: This is plugin configuration I used port-forwarding for testing purposes
If you cant solve your issue, we can look at it together. Please describe, what steps you did and whats the current problem ? |
Can you please tell me how did you configure the pod with proxies? |
Hey there! Thank you so much for your solution. I currently have the Grafana and the MongoDB Proxy API pod running, would you be able to advise on how do I add the Proxy Pod (the |
Hi all. |
So, here is how I do that:
|
Hi James.
I was wondering if we have setup the stack as 2 containers, namely: 1-Grafana instance 2- MongoDB instance
Can we then still benefit from this solution? In the installation instructions, I see that one needs to be on the Grafana instance, inside the plugin directory to be able to proceed with the rest of the installation and npm needs to be installed there too.
I was actually thinking of spinning up a third container (node) and run the proxy node server inside that instead. Does this solution support the latter setup? If yes, can you explain how?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: