plugin.json 479 B

123456789101112131415161718192021222324252627
  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.7",
  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. "dependencies": {
  22. "grafanaVersion": "4.x.x"
  23. }
  24. }