How to Upload Local Image into Custom Dashboard in PMM?

Hi Engineers,

I am creating a custom dashboard in PMM and I need to upload my local images (which are placed in the servers) to the dashboard text panel with HTML code. How can I achieve this?

I have placed my Image into this directory inside the pmm-server docker image

Image path : /usr/share/grafana/public/img/cubes.png

HTML code :

<img src="/usr/share/grafana/public/img/cubes.png">

1 Like

Hi Asuwini,

The correct path is /srv/grafana/plugins/pmm-app/dist/img/

2 Likes

Could you please confirm that this path will change depending on the PMM version?

1 Like