plugin.json 838 B

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