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
Administrator
view (notDeveloper
) then navigate toWorkloads
->Pods
- Select the Grafana pod (there should be only one)
- Select
Terminal
tab - 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 1
to restart the container and thus Grafana itself