mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
28 lines
521 B
JSON
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
|
|
}
|
|
}
|