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

36 lines
838 B
JSON
Raw Normal View History

{
"name": "Graphite",
"type": "datasource",
"id": "graphite",
2016-03-08 18:17:47 +01:00
"includes": [
{"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
2016-03-08 18:17:47 +01:00
],
"metrics": true,
2016-09-27 18:36:00 +02:00
"alerting": true,
"annotations": true,
"queryOptions": {
"maxDataPoints": true,
"cacheTimeout": true
},
"info": {
"description": "Graphite Data Source for Grafana",
"author": {
"name": "Grafana Project",
2017-03-21 15:37:55 +01:00
"url": "https://grafana.com"
2016-03-15 10:08:23 -04: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"
}
2016-09-27 18:36:00 +02:00
}