flant / grafana-statusmap

Grafana panel plugin to visualize status of multiple objects over time
MIT License
831 stars 43 forks source link

Grafana 7.4.5 support #206

Closed whitingjr closed 3 years ago

whitingjr commented 3 years ago

I know the version is very specific. Support for 7.4.x was addressed in #135 but something may have broken since then.

What happened: Missing Statusmap from Panel visualization

What you expected to happen: To see Statusmap as an option

How to reproduce it (as minimally and precisely as possible): install statusmap plugin using grafana-cli Create a new Dashboard, add a new Panel click on Visualizations

Environment:

Anything else we should know?: The newly installed Statusmap panel is listed as expected in the Plugins list.

whitingjr commented 3 years ago

Oh and the logs do not report any err messages.

diafour commented 3 years ago

Hello! Grafana loads plugin at startup, so you need to restart the server after installing new plugins.

I've run grafana-cli plugins install flant-statusmap-panel inside docker grafana/grafana:7.4.5 and it works as expected after restart.

whitingjr commented 3 years ago

Did you see the option to select the panel type ?

whitingjr commented 3 years ago

There must be something wrong with my Jenkins set-up. Closing this issue.