plugin.json 444 B

1234567891011121314151617181920212223
  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. "annotations": true,
  10. "info": {
  11. "author": {
  12. "name": "Grafana Project",
  13. "url": "http://grafana.org"
  14. },
  15. "logos": {
  16. "small": "img/graphite_logo.png",
  17. "large": "img/graphite_logo.png"
  18. }
  19. }
  20. }