plugin.json 544 B

1234567891011121314151617181920212223242526272829
  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. "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. }
  25. }