Pie Chart Plugin not available

  • What Grafana version and what operating system are you using?

Running grafana as a docker swarm service with the folloeing image grafana/grafana-oss:10.3.1

  • What are you trying to achieve?

I am trying to import a dashboard. This dashboard depends on a plugin grafana-piechart-panel

  • How are you trying to achieve it?

Importing the dashboard via the ID

  • What happened?

A few panels are giving errors such as Panel plugin not found: grafana-piechart-panel

  • What did you expect to happen?

I can see from my plugin management page and the GitHub repo of this plugin that it comes pre-installed as a core plugin in Grafana.

  • Did you receive any errors in the Grafana UI or related logs? If so, please tell us exactly what they were.

Panel plugin not found: grafana-piechart-panel

Did you try:

1 Like

@codi639
I did try this answer, but this was based on a non-docker solution, anyways I was able to fix it by going through the docker container setup in Grafana docs and adding the following section in my docker swarm config.

environment:
      GF_INSTALL_PLUGINS: grafana-piechart-panel
1 Like