grafana/public/app/plugins/datasource/graphite/plugin.json
2016-03-15 10:08:23 -04:00

23 lines
444 B
JSON

{
"name": "Graphite",
"type": "datasource",
"id": "graphite",
"includes": [
{"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
],
"metrics": true,
"annotations": true,
"info": {
"author": {
"name": "Grafana Project",
"url": "http://grafana.org"
},
"logos": {
"small": "img/graphite_logo.png",
"large": "img/graphite_logo.png"
}
}
}