
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>
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"dashboard": {
|
|
"new-dashboard": {
|
|
"rows": [],
|
|
"templating": {
|
|
"enabled": false,
|
|
"list": []
|
|
},
|
|
"timezone": "browser",
|
|
"title": "New dashboard"
|
|
}
|
|
}
|
|
}
|