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

22 lines
375 B
JSON
Raw Normal View History

2017-12-02 05:40:12 -06:00
{
"type": "datasource",
"name": "Microsoft SQL Server",
2017-12-02 05:40:12 -06:00
"id": "mssql",
"info": {
"description": "Microsoft SQL Server Data Source for Grafana",
2017-12-02 05:40:12 -06:00
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "",
"large": ""
2017-12-02 05:40:12 -06:00
}
},
"alerting": true,
"annotations": true,
"metrics": true
}