Files
grafana/public/app/plugins/datasource/graphite/plugin.json

37 lines
853 B
JSON
Raw Normal View History

{
"name": "Graphite",
"type": "datasource",
"id": "graphite",
2018-11-29 10:38:04 +01:00
"includes": [{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" }],
2016-03-08 18:17:47 +01:00
"metrics": true,
"alerting": true,
"annotations": true,
2018-11-29 10:38:04 +01:00
"tables": false,
"queryOptions": {
"maxDataPoints": true,
"cacheTimeout": true
},
"info": {
"description": "Graphite Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
2016-03-15 10:08:23 -04:00
},
"logos": {
"small": "img/graphite_logo.png",
"large": "img/graphite_logo.png"
},
"links": [
2018-11-29 10:38:04 +01:00
{ "name": "Graphite", "url": "https://graphiteapp.org/" },
{
"name": "Graphite 1.1 Release",
"url": "https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
}
2019-03-05 23:40:03 -08:00
]
}
}