plugin.json 599 B

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