more work on dashboard importing and templating

This commit is contained in:
Torkel Ödegaard
2016-03-11 17:31:57 +01:00
parent d2b0bad1cf
commit c5a817194a
12 changed files with 1380 additions and 69 deletions

View File

@@ -1,5 +1,24 @@
{
"__inputs": {
"graphite": {
"type": "datasource",
"pluginId": "graphite",
"description": "Graphite datasource"
}
},
"title": "Nginx Connections",
"revision": "1.5",
"schemaVersion": 11
"schemaVersion": 11,
"rows": [
{
"panels": [
{
"type": "graph",
"datasource": "$__graphite"
}
]
}
]
}