From d66d2ae74992fe03d3878f47e6d11bd978880167 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 29 Nov 2018 10:38:04 +0100 Subject: [PATCH] add table support flag for graphite --- public/app/plugins/datasource/graphite/plugin.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/app/plugins/datasource/graphite/plugin.json b/public/app/plugins/datasource/graphite/plugin.json index 1448242ed05..3066d80c9a9 100644 --- a/public/app/plugins/datasource/graphite/plugin.json +++ b/public/app/plugins/datasource/graphite/plugin.json @@ -3,13 +3,12 @@ "type": "datasource", "id": "graphite", - "includes": [ - {"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"} - ], + "includes": [{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" }], "metrics": true, "alerting": true, "annotations": true, + "tables": false, "queryOptions": { "maxDataPoints": true, @@ -27,8 +26,11 @@ "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/"} + { "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" }