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

28 lines
521 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",
"category": "sql",
2017-12-02 05:40:12 -06:00
"info": {
"description": "Data source for Microsoft SQL Server compatible databases",
2017-12-02 05:40:12 -06:00
"author": {
"name": "Grafana Labs",
2017-12-02 05:40:12 -06:00
"url": "https://grafana.com"
},
"logos": {
2018-07-28 04:31:30 -05:00
"small": "img/sql_server_logo.svg",
"large": "img/sql_server_logo.svg"
2017-12-02 05:40:12 -06:00
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"backend": true,
"queryOptions": {
"minInterval": true
}
2017-12-02 05:40:12 -06:00
}