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

21 lines
329 B
JSON
Raw Normal View History

2017-12-02 05:40:12 -06:00
{
"type": "datasource",
"name": "MSSQL",
"id": "mssql",
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/mssql_logo.svg",
"large": "img/mssql_logo.svg"
}
},
"alerting": true,
"annotations": true,
"metrics": true
}