-
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
Cannot get plugin to show up in grafana after installation #120
Comments
I got the same and fixed it by mounting by docker volume as below
I then go the "unsigned plugin" message in Grafana which you can fix with
But then I got an error in Grafana
Anyway my full docker command is below
|
The same error after selecting MongoDB datasource: Any idea how to solve It? |
Following your instructions I don't see an error message about the transpile (maybe I am not looking in the right spot), but I also don't get any thing in the settings panel when I go to add mongodb-grafana as a data source (see picture). Do you get the same thing there? Looking at the plugin page for mongodb-grafana on the grafana hosted site, it seems to be a mix of the official mongodb for enterprise users and this plugin (for example it shows all the versions for the enterprise edition but instructions for this external plugin). I wonder if that is causing an issue (but if it was wouldn't others be having the same issue?) My Dockerfile:
|
Running rhel 7 and the latest version of grafana, using the command line I installed the package in the plugins folder, ran npm install, got the mongodb server running, and it still does not show up as an option for data sources. Am I missing something obvious or does this plugin not work with grafana 8.1.0?
Thanks
The text was updated successfully, but these errors were encountered: