plugin.json 626 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "type": "datasource",
  3. "name": "TestData DB",
  4. "id": "testdata",
  5. "metrics": true,
  6. "logs": true,
  7. "alerting": true,
  8. "annotations": true,
  9. "queryOptions": {
  10. "minInterval": true,
  11. "maxDataPoints": true
  12. },
  13. "info": {
  14. "description": "Generates test data in different forms",
  15. "author": {
  16. "name": "Grafana Project",
  17. "url": "https://grafana.com"
  18. },
  19. "logos": {
  20. "small": "img/testdata.svg",
  21. "large": "img/testdata.svg"
  22. }
  23. },
  24. "includes": [
  25. {
  26. "type": "dashboard",
  27. "name": "Streaming Example",
  28. "path": "dashboards/streaming.json"
  29. }
  30. ]
  31. }