plugin.json 326 B

12345678910111213
  1. {
  2. "name": "Graphite",
  3. "type": "datasource",
  4. "id": "graphite",
  5. "includes": [
  6. {"type": "dashboard", "name": "Carbon Overview", "path": "dashboards/carbon_stats.json"},
  7. {"type": "dashboard", "name": "Carbon Agent Details", "path": "dashboards/carbon_stats.json"}
  8. ],
  9. "metrics": true,
  10. "annotations": true
  11. }