mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(imports): work on datasource dashboards
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"__inputs": {
|
||||
"graphite": {
|
||||
"type": "datasource",
|
||||
"description": "Graphite datasource"
|
||||
}
|
||||
},
|
||||
|
||||
"title": "Carbon stats",
|
||||
"version": 1,
|
||||
"rows": [
|
||||
{
|
||||
"panels": [
|
||||
{
|
||||
"type": "graph",
|
||||
"datasource": "__$graphite"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user