plugin.json 642 B

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