plugin.json 594 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "type": "app",
  3. "name": "Grafana TestData",
  4. "id": "testdata",
  5. "info": {
  6. "description": "Grafana test data app",
  7. "author": {
  8. "name": "Grafana Project",
  9. "url": "http://grafana.org"
  10. },
  11. "version": "1.0.13",
  12. "updated": "2016-09-26"
  13. },
  14. "includes": [
  15. {
  16. "type": "dashboard",
  17. "name": "TestData - Graph Last 1h",
  18. "path": "dashboards/graph_last_1h.json"
  19. },
  20. {
  21. "type": "dashboard",
  22. "name": "TestData - Alerts",
  23. "path": "dashboards/alerts.json"
  24. }
  25. ],
  26. "dependencies": {
  27. "grafanaVersion": "4.x.x"
  28. }
  29. }