plugin.json 521 B

123456789101112131415161718192021222324252627
  1. {
  2. "type": "datasource",
  3. "name": "Microsoft SQL Server",
  4. "id": "mssql",
  5. "category": "sql",
  6. "info": {
  7. "description": "Data source for Microsoft SQL Server compatible databases",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/sql_server_logo.svg",
  14. "large": "img/sql_server_logo.svg"
  15. }
  16. },
  17. "alerting": true,
  18. "annotations": true,
  19. "metrics": true,
  20. "backend": true,
  21. "queryOptions": {
  22. "minInterval": true
  23. }
  24. }