Skip to content

Instantly share code, notes, and snippets.

View poppgs's full-sized avatar

Gregory Popp poppgs

View GitHub Profile
@poppgs
poppgs / GrafanaClientDashboards.js
Last active January 7, 2016 15:48
A dashboard generator for Grafana
/* global _ */
/*
* Complex scripted dashboard
* This script generates a dashboard object that Grafana can load. It also takes a number of user
* supplied URL parameters (in the ARGS variable)
*
* Return a dashboard object, or a function
*
* For async scripts, return a function, this function must take a single callback function as argument,