grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

Panel plugin not found : grafana-piechart-panel with grafana-cli #191

Open kjschnei001 opened 4 years ago

kjschnei001 commented 4 years ago

Bug Report:

Description

This issue is similar to https://github.com/grafana/piechart-panel/issues/188, but despite this other issue being closed, I was able to reproduce using the recommended installation pattern: grafana-cli plugins install grafana-piechart-panel 1.3.8

The grafana-piechart-panel installed through grafana-cli does not appear to be compatible with newer versions of grafana. image

This issue did not appear with Grafana version: v6.0.2

briangann commented 4 years ago

possible issue with grafana-cli and the new grafana.com api

Tronde commented 4 years ago

This issue may be fixed in Grafana version 6.4.4-1. Running sudo grafana-cli plugins install grafana-piechart-panel 1.3.8 works fine for me and the mentioned version.

mukeshchhotmail commented 3 years ago

Facing the same problem with the latest plugin 1.6.0. Tried installing / uninstalling the plugin several times. Restart the Service and also the server. It still keeps showing the error message for the pichart plugin. Any suggestions? The installation seems to complete fine:

root@DNS:/home/mukesh# grafana-cli plugins install grafana-piechart-panel 1.6.0 --debug getting plugin metadata from: https://grafana.com/api/plugins pluginId: grafana-piechart-panel installing grafana-piechart-panel @ 1.6.0 from: https://grafana.com/api/plugins/grafana-piechart-panel/versions/1.6.0/download into: /var/lib/grafana/plugins

Extracting archive /tmp/458214298.zip to /var/lib/grafana/plugins... ✔ Installed grafana-piechart-panel successfully

Restart grafana after installing plugins .

root@DNS:/home/mukesh# service grafana-server restart

vinay-keshava commented 7 months ago

sudo grafana-cli plugins install grafana-piechart-panel running this fixed the error for me