feat(imports): work on datasource dashboards

This commit is contained in:
Torkel Ödegaard
2016-02-11 21:02:01 +01:00
parent ac5f7ecdea
commit 87fc83678c
5 changed files with 74 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
{
"__inputs": {
"graphite": {
"type": "datasource",
"description": "Graphite datasource"
}
},
"title": "Carbon stats",
"version": 1,
"rows": [
{
"panels": [
{
"type": "graph",
"datasource": "__$graphite"
}
]
}
]
}