plugin.json 472 B

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