plugin.json 366 B

1234567891011121314151617181920
  1. {
  2. "type": "datasource",
  3. "name": "TestData DB",
  4. "id": "testdata",
  5. "metrics": true,
  6. "alerting": true,
  7. "annotations": true,
  8. "info": {
  9. "author": {
  10. "name": "Grafana Project",
  11. "url": "https://grafana.com"
  12. },
  13. "logos": {
  14. "small": "../../../../img/grafana_icon.svg",
  15. "large": "../../../../img/grafana_icon.svg"
  16. }
  17. }
  18. }