grafana/public/app/plugins/datasource/testdata/plugin.json

21 lines
366 B
JSON
Raw Normal View History

2016-09-27 07:39:51 -05:00
{
"type": "datasource",
"name": "TestData DB",
"id": "testdata",
2016-09-27 07:39:51 -05:00
"metrics": true,
"alerting": true,
2016-09-27 07:39:51 -05:00
"annotations": true,
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
2016-09-27 07:39:51 -05:00
},
"logos": {
"small": "../../../../img/grafana_icon.svg",
"large": "../../../../img/grafana_icon.svg"
2016-09-27 07:39:51 -05:00
}
}
}