From 699f6aecc6adf1cdde81349bf9500cabefdf316f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 29 Nov 2018 10:39:00 +0100 Subject: [PATCH] add table support flag for opentsdb --- public/app/plugins/datasource/opentsdb/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/opentsdb/plugin.json b/public/app/plugins/datasource/opentsdb/plugin.json index 571c311cbcb..711ecd8512a 100644 --- a/public/app/plugins/datasource/opentsdb/plugin.json +++ b/public/app/plugins/datasource/opentsdb/plugin.json @@ -7,6 +7,7 @@ "defaultMatchFormat": "pipe", "annotations": true, "alerting": true, + "tables": false, "info": { "description": "OpenTSDB Data Source for Grafana",