Skip to content
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

Can't install the plugin in a Grafana Docker container #12

Closed
ilangleben19 opened this issue Jun 3, 2020 · 4 comments
Closed

Can't install the plugin in a Grafana Docker container #12

ilangleben19 opened this issue Jun 3, 2020 · 4 comments

Comments

@ilangleben19
Copy link

I'm completely unable to install the plugin in a Grafana 7.0.1 container of Docker. I cloned the repository into the plugins folder and ran all build commands with no errors.

In a Docker shell, when I run grafana-cli plugins ls, I see that the plugin is technically installed, but I don't see it as a Data Source or Plugin option in the Grafana web interface. As an extra test, I added a bit of code to the Go backend which writes a simple message to a text file. Restarting Grafana didn't make the text file appear, but manually calling the executable did make it appear.

What can I do? Is there any other information I can provide that could be of help?

@marefr
Copy link
Member

marefr commented Jun 4, 2020

This is a template repository and used when building a backend plugin, see tutorial, but should work anyway. Are you installing plugins using this method?

Check the logs, maybe you've hit by Grafana requires backend plugins to be signed.

@ilangleben19
Copy link
Author

Yeah, it was the signing thing. I really hope they plan to add something about signing your plugin to that tutorial page very soon - I wasted easily 6 hours trying to figure it out.

@marefr
Copy link
Member

marefr commented Jun 5, 2020

@ilangleben19 yes, we're planning to add that. Thanks

@marefr marefr closed this as completed Jun 5, 2020
@marefr
Copy link
Member

marefr commented Jun 5, 2020

Opened an issue to fix this grafana/tutorials#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants