plugin.json 405 B

12345678910111213141516171819202122
  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. "version": "5.0.0"
  16. },
  17. "alerting": true,
  18. "annotations": true,
  19. "metrics": true
  20. }