plugin.json 853 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "Graphite",
  3. "type": "datasource",
  4. "id": "graphite",
  5. "includes": [{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" }],
  6. "metrics": true,
  7. "alerting": true,
  8. "annotations": true,
  9. "tables": false,
  10. "queryOptions": {
  11. "maxDataPoints": true,
  12. "cacheTimeout": true
  13. },
  14. "info": {
  15. "description": "Graphite Data Source for Grafana",
  16. "author": {
  17. "name": "Grafana Project",
  18. "url": "https://grafana.com"
  19. },
  20. "logos": {
  21. "small": "img/graphite_logo.png",
  22. "large": "img/graphite_logo.png"
  23. },
  24. "links": [
  25. { "name": "Graphite", "url": "https://graphiteapp.org/" },
  26. {
  27. "name": "Graphite 1.1 Release",
  28. "url": "https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
  29. }
  30. ]
  31. }
  32. }