mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
30 lines
544 B
JSON
30 lines
544 B
JSON
{
|
|
"name": "Graphite",
|
|
"type": "datasource",
|
|
"id": "graphite",
|
|
|
|
"includes": [
|
|
{"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
|
|
],
|
|
|
|
"metrics": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
|
|
"queryOptions": {
|
|
"maxDataPoints": true,
|
|
"cacheTimeout": true
|
|
},
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/graphite_logo.png",
|
|
"large": "img/graphite_logo.png"
|
|
}
|
|
}
|
|
}
|