snuids / grafana-radar-panel

A radar graph panel for Grafana
MIT License
24 stars 12 forks source link

upgrade to 1.3.0 not reflecting changes #3

Closed laimaretto closed 6 years ago

laimaretto commented 6 years ago

Hi,

I've removed the 1.2.0 version and installed the new version as indicated (copy dist folder and rename to radarpanel) but I'm not seeing the new features in the options tab.

sudo ls /var/lib/grafana/plugins/ -l
total 24
drwxr-xr-x 4 root root 4096 oct 17 12:15 briangann-gauge-panel
drwxr-xr-x 5 root root 4096 sep 28 15:31 btplc-peak-report-panel
drwxr-xr-x 4 root root 4096 sep 28 15:30 grafana-piechart-panel
drwxr-xr-x 4 root root 4096 sep 25 10:36 mtanda-histogram-panel
drwxr-xr-x 4 root root 4096 oct 17 15:20 natel-plotly-panel
drwxr-xr-x 4 root root 4096 nov 10 18:36 radarpanel

I also tried to rename the dist folder as snuids-radar-panel but nothing happened ...

image

image

Is there anything left to do?

Thanks!

laimaretto commented 6 years ago

Further, I see nothing now. An error appears on the panel.

image

I tried renaming the folder to grafana-radar-panel, restart the server, but nothing happens.

What to do now? ... :-(

snuids commented 6 years ago

@laimaretto

Hi, I had to change the id of the panel in order to be integrated in the Grafana panels (ids starting with grafana are reserved to grafana official panels). The new panel id is snuids-radar-panel.

Use the JSON panel edit option to change the id of the panel and your panel should reappear.

If you do not have the new options with the version 1.3, try to force a reload from the browser in order to clear the cache.

Sorry for the inconvenience.

Let me know if it helps.

Arnaud

screen shot 2017-11-11 at 14 10 22

screen shot 2017-11-11 at 14 14 12

laimaretto commented 6 years ago

Hi!

So I solved it some how:

1) Stop grafana; 2) Remove folder; 3) Start grafana: with this I checked that there was no plugin in the GUI 4) Stop grafana; 5) Copy dist folder under plugins as snuids-radar-panel 6) Start grafana.

Following these steps solved my issue. Now, if I go on a panel, under JSON, I get to see what you recommend ...

image

Thanks!

Lucas