From 81ebaae12e24c8cd5a7ce3fea305c141e14e4dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 23 Sep 2015 11:18:56 +0200 Subject: [PATCH] feat(opentsdb): templating, added default match format option, now new variables with opentsdb datasource will automatically use the new pipe format, #2808 --- public/app/plugins/datasource/opentsdb/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/opentsdb/plugin.json b/public/app/plugins/datasource/opentsdb/plugin.json index fa34545d303..311dcf0da9a 100644 --- a/public/app/plugins/datasource/opentsdb/plugin.json +++ b/public/app/plugins/datasource/opentsdb/plugin.json @@ -11,5 +11,6 @@ "config": "app/plugins/datasource/opentsdb/partials/config.html" }, - "metrics": true + "metrics": true, + "defaultMatchFormat": "pipe" }