gretamosa / gretamosa-topology-panel

Sigma.js graph plugin for Grafana
GNU General Public License v3.0
8 stars 2 forks source link

Panel plugin with id gretamosa-topology-panel could not be found #5

Closed ITNinjaGirl closed 5 years ago

ITNinjaGirl commented 5 years ago

I installed from the CLI and got the above error. I then removed the plugin and built from Git repo, but after running npm run build - I do not see the plugin in the folder. I do not get any errors during the build process.

gretamosa commented 5 years ago

Follow the instructions in the REAME.md to complete the installation, it is the best way.

  1. git clone ...
  2. npm i
  3. npm run build (you will need install grunt)
  4. restart grafana
ITNinjaGirl commented 5 years ago

okay, I realized what happened. All good. It looks like the build process did not copy the compiled plugin. Once I copied it over and restarted Grafana - it works.