-
Notifications
You must be signed in to change notification settings - Fork 216
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
Is this project abandoned? #123
Comments
I want to restart this project for every coder~ |
I have started using this plugin today. I am relatively impressed that it still works, but much more improvements can be made. I have published a docker image for this project, mostly so I can rapidly deploy this on many servers. Feel free to use it and check it out. It is as simple as below Of if you rather not have --network host: Much less time consuming than installing it locally or waiting for a custom Dockerfile to build the image. |
It works, but there are many issues that stop me from using this. The main being that it leaks mongodb credentials to browser in plain text when you are inspecting queries in dashboard. |
As @cptechie did I also published a docker container, but in my case it is the grafana docker image with the plugin preinstalled in the container: https://github.com/ajeje93/grafana-mongodb-docker Another thing I noticed yesterday is that the proxy server does not work on node 17. |
hi guys I used the test values given in the main readme:
I tried also with another MongoDB URL but nothing. I deployed everything to k8s v.1.21.x, I installed mongodb-grafana plugin manually, here below info about it please help!! :) |
I noticed there is an overlapping between MongoDB official enterprise plugin and this one... someone knows how can I solve it? Maybe that's the reason why it does not work... |
Hello!
I developed this plugin shortly after joining MongoDB 4.5 years ago and TBH
I haven't done anything with it since then. The official one came
afterwards....
If anyone wants to take it over, I'd be more than happy.
James
…On Tue, 5 Apr 2022 at 16:25, Matteo Baiguini ***@***.***> wrote:
I noticed there is an overlapping between MongoDB official enterprise
plugin and this one... someone knows how can I solve it? Maybe that's the
reason why it does not work...
—
Reply to this email directly, view it on GitHub
<#123 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWPD6AU6OMVSDH5XZ7W27TVDRLPFANCNFSM5NXGDXOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yeah you should rename the plugin in file plugin.json (dist folder) to make it work because it has the same id of the official one. |
Hi all, I am heavy user of the plugin (and my startup) and actually it still works good also with the latest grafana versions. Some functions don't work unfortunately such as alerting. Would be great if this project could be re-started. I am also willing to sponsor some development with some modest contributions. PM me if you are interested. @JamesOsgood, thanks a lot for building it! Would you consider renewing the plugin for sponsorship? Contact me on discord if you interested (Plyum#1720) |
@ajeje93 thanks for your suggestion, unfortunately I'm not able to make it work :( |
@bygui86 not sure if this helps or not, but I used to get the same error because I skipped this part of installation After I started the mongodb proxy server everything worked correctly for me |
@soringabriel Thanks a lot for the suggestion! |
We don't want to buy an enterprise plugin ;) |
To those monitoring this thread: I investigating forking this and restarting development, but I found that there have been several improvements to Grafana's plugin API int he intervening time, notably there is now a feature that means there is no longer a requirement for the proxy server. As such, I have started an entirely new plugin using the new plugin API and the official mongodb driver library, which you can find here: https://github.com/meln5674/grafana-mongodb-community-plugin . I have only so far re-implemented timeseries queries, as well as made the credentials into secret fields so they are not leaked. I have a project that needs a plugin like this, so there will be semi-regular development for the near future. |
@meln5674 that's amazing! thanks a lot for the effort! I will try it soon :) |
I'm in the same boat of wanting to use MongoDB on a self hosted installation, and don't want to pay the expensive cost of the enterprise version. |
Hey, pretty much what the title says.
This seems like a very useful alternative since the plugin for MongoDB datasource by Grafana is behind a paywall, but the last update to code seems to have been ~4 years ago and there are a bunch of open PRs going back 2-3 years.
It looks like the original author is no longer maintaining this, no new features or fixes to existing issues.
Anyone who is reliably using the plugin and is happy with it?
The text was updated successfully, but these errors were encountered: