Storing images in influxdb

I need to display images in a grafana dashboard and currently it seems the only way to do that is to store encoded images in influxdb bucket. Is this something that is an accepted practice? Please, let me know.

I have done that.
no problems so far

@fercasjr - So you stored the image as base64 in influxdb and then how(which plugin, additional setup) did you display that image in Grafana?

Funny enough table visualization allows you to select base 64 image as option.

Sure there should be other plugins that could do the same but that’s what I rememfer from the top of my head.