plugin.json 416 B

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