To view images in grafana, that are saved locally or in the cloud

Hi,
I am using grafana to visualize data from influxDB . I am saving the results of my application locally as images. I would like to display the images on grafana along with the graphs.
The images are being saved dynamically during regular time intervals.

What is the best approach to view the images on grafana ?
If locally saved images cannot be saved/viewed on grafana, then what is the best solution?
Is it possible to view the images, if they being are saved on azure cloud?
Thanks in advance :slight_smile:

Is there anything that I have to clarify regarding the issue ?
Hoping for a reply :slight_smile:

The easiest way to go about showing your images in a dashboard would be to put up a web server to host them and then use the text panel set to html to show them.

Enter something like this into your text panel, but point to your images instead.
<img src="https://avatars.discourse.org/v2/letter/j/4da419/45.png"/>

1 Like

Thank you for the reply :smile:

1 Like