plugin.json 554 B

1234567891011121314151617181920212223242526272829303132
  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. "includes": [
  22. {
  23. "type": "dashboard",
  24. "name": "Streaming Example",
  25. "path": "dashboards/streaming.json"
  26. }
  27. ]
  28. }