Install extra pluginsΒΆ
Extra Grafana plugins can be installed as follows:
- Go to https://app-catalogue.cern.ch
- Select your Grafana project
- Make sure you are in the
Administratorview (notDeveloper) then navigate toWorkloads->Pods - Select the Grafana pod (there should be only one)
- Select
Terminaltab - Install the plugin using the plugin's installation instructions. It will typically be a command such as:
grafana-cli plugins install my-plugin. Simply run the relevant commands in the terminal window. - Complete installation by running
kill 1to restart the container and thus Grafana itself