plugin.json 349 B

123456789101112131415161718192021
  1. {
  2. "type": "datasource",
  3. "name": "MySQL",
  4. "id": "mysql",
  5. "info": {
  6. "author": {
  7. "name": "Grafana Project",
  8. "url": "https://grafana.com"
  9. },
  10. "logos": {
  11. "small": "img/mysql_logo.svg",
  12. "large": "img/mysql_logo.svg"
  13. }
  14. },
  15. "state": "alpha",
  16. "alerting": true,
  17. "annotations": true,
  18. "metrics": true
  19. }