Open source Enterprise Grafana Cloud

Supported formats

The Business Media panel supports common file formats.

Images

The plugin determines the file type automatically based on the first base64 symbol if no definition is provided. Supported formats include:

  • JPEG
  • GIF
  • PNG
  • HEIC

Other image formats supported by your browser can be rendered if you provide a definition like data:image/IMAGE-FORMAT;base64,ENCODED-CONTENT.

The Business Media panel renders images on Grafana dashboard

PDF

The plugin renders PDF files with or without the definition data:application/pdf;base64,ENCODED-CONTENT.

The Business Media panel renders PDF files on Grafana dashboard

Video

The plugin renders video files with the following definitions:

  • MP4: data:video/mp4;base64,ENCODED-CONTENT
  • WEBM: data:video/webm;base64,ENCODED-CONTENT
The Business Media panel allows to display media files on Grafana dashboard

Audio

The plugin outputs audio files with the following definitions:

  • MP3: data:audio/mp3;base64,ENCODED-CONTENT
  • OGG: data:audio/ogg;base64,ENCODED-CONTENT