plugin.json 583 B

123456789101112131415161718192021222324252627282930313233
  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. "description": "Generates test data in different forms",
  13. "author": {
  14. "name": "Grafana Project",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/testdata.svg",
  19. "large": "img/testdata.svg"
  20. }
  21. },
  22. "includes": [
  23. {
  24. "type": "dashboard",
  25. "name": "Streaming Example",
  26. "path": "dashboards/streaming.json"
  27. }
  28. ]
  29. }