plugin.json 454 B

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