plugin.json 449 B

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