mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* devenv: working on dev env setup & dashboards * devenv: refactored testdata app to a built in datasource instead, and moved dashboards to a devenv provisioned dashboards
21 lines
366 B
JSON
21 lines
366 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "TestData DB",
|
|
"id": "testdata",
|
|
|
|
"metrics": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "../../../../img/grafana_icon.svg",
|
|
"large": "../../../../img/grafana_icon.svg"
|
|
}
|
|
}
|
|
}
|