Interpreting mysql blobs

  • What is your Grafana version?
    grafana:latest
  • Are you using Grafana Cloud or self-hosted Grafana?
    Self-hosted
  • List the datasource associated with the alert - Mysql
  • What Grafana version and what operating system are you using?
    Oracle linux 8 - docker

  • What are you trying to achieve?
    Interpreting blob images

  • How are you trying to achieve it?

Converting cell as image

  • What happened?

Binary caracters

  • What did you expect to happen?

Convert blob to jpg

Hello.

Mysql datasource can interpreting blob files (images) stored in mysql?

Thanks, kind regards

First convert it to base64 encoding, e.g. TO_BASE64() and then show it as inlined img src - Best practice to show time series of images.