grafana/public/app/plugins/datasource/mssql/plugin.json
2018-11-29 10:38:33 +01:00

27 lines
489 B
JSON

{
"type": "datasource",
"name": "Microsoft SQL Server",
"id": "mssql",
"info": {
"description": "Microsoft SQL Server Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/sql_server_logo.svg",
"large": "img/sql_server_logo.svg"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"tables": true,
"queryOptions": {
"minInterval": true
}
}