Paul Belanger f95956b3e2 Add support for template query
A cool feature grafana has is the ability to template dashboards with
variables. This code now provides that ability to the user.

Change-Id: Ib2f565e3d39523105b2c07d29d5257494a8bae67
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-01-09 10:27:18 -08:00

14 lines
266 B
JSON

{
"dashboard": {
"new-dashboard": {
"rows": [],
"templating": {
"enabled": false,
"list": []
},
"timezone": "browser",
"title": "New dashboard"
}
}
}