grafana/grafana-plugin-examples

datasource-http "Plugin not found, no installed plugin with that id"

readmodifywrite opened this issue · 2 comments

Just what it says. If you run the docker-compose for the datasource-http example and then select the example HTTP data source, you get:
"Plugin not found, no installed plugin with that id"

I cannot find any documentation on how to otherwise build, run, configure, use, etc this example.

Hi @readmodifywrite . Could you please provide more details on this bug? Maybe some steps to follow?

I have tried to run docker-compose locally and I am able to see datasource-http and I can create HTTP data source.

Thank you!

That example is missing the instructions other examples have (for example this). Basically, you need to build the plugin before using docker-compose (npm install and npm run build).

This is a documentation issue cc/ @josmperez