grafana/public/app/plugins/datasource/mssql/plugin.json
2021-12-22 17:59:26 +01:00

28 lines
521 B
JSON

{
"type": "datasource",
"name": "Microsoft SQL Server",
"id": "mssql",
"category": "sql",
"info": {
"description": "Data source for Microsoft SQL Server compatible databases",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/sql_server_logo.svg",
"large": "img/sql_server_logo.svg"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"backend": true,
"queryOptions": {
"minInterval": true
}
}