Commit d66d2ae7 by Erik Sundell

add table support flag for graphite

parent 6f85fa6b
...@@ -3,13 +3,12 @@ ...@@ -3,13 +3,12 @@
"type": "datasource", "type": "datasource",
"id": "graphite", "id": "graphite",
"includes": [ "includes": [{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" }],
{"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
],
"metrics": true, "metrics": true,
"alerting": true, "alerting": true,
"annotations": true, "annotations": true,
"tables": false,
"queryOptions": { "queryOptions": {
"maxDataPoints": true, "maxDataPoints": true,
...@@ -27,8 +26,11 @@ ...@@ -27,8 +26,11 @@
"large": "img/graphite_logo.png" "large": "img/graphite_logo.png"
}, },
"links": [ "links": [
{"name": "Graphite", "url": "https://graphiteapp.org/"}, { "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/"} {
"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" "version": "5.0.0"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment