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

36 lines
838 B
JSON
Raw Normal View History

{
"name": "Graphite",
"type": "datasource",
"id": "graphite",
2016-03-08 11:17:47 -06:00
"includes": [
{"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
2016-03-08 11:17:47 -06:00
],
"metrics": true,
"alerting": true,
"annotations": true,
"queryOptions": {
"maxDataPoints": true,
"cacheTimeout": true
},
"info": {
"description": "Graphite Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
2016-03-15 09:08:23 -05:00
},
"logos": {
"small": "img/graphite_logo.png",
"large": "img/graphite_logo.png"
},
"links": [
{"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/"}
],
"version": "5.0.0"
}
}