Skip to content

factrylabs/grafana-replay-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED: This script no longer works in Grafana >10.2, see here.

Grafana Replay Controls ⏪⏸⏩

The scripts in this repository can be used to add replay functionality to a grafana dashboard. It basically calls the Javascript of the grafana time controls and sets the time based on the replay speed and direction.

It has been tested in Grafana 6.x and 7.x.

Check out a demo of these controls here (in combination with the grafana flowcharting plugin).

How to use

Prerequisites

First of all, this script requires you to disable HTML sanitizing in the grafana.ini config file.

disable_sanitize_html = true

See https://grafana.com/docs/grafana/latest/installation/configuration/#disable-sanitize-html for more info.

Installation

  1. Add a panel of type 'text' to a new or existing dashboard
  2. Set the panel mode to html
  3. Paste the content of replay-control.html in the text area.
  4. (re)play!

About

a script to add replay controls on a grafana dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages