plugin.json 329 B

1234567891011121314151617181920
  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. "alerting": true,
  16. "annotations": true,
  17. "metrics": true
  18. }