From 30f3b55baf11ed2e1129216ed668f7103b82f318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 25 Feb 2016 10:26:07 +0100 Subject: [PATCH] fix(prometheus): set default templating format to pipe --- public/app/plugins/datasource/prometheus/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/prometheus/plugin.json b/public/app/plugins/datasource/prometheus/plugin.json index 66dd9145e6a..1b9d569f6df 100644 --- a/public/app/plugins/datasource/prometheus/plugin.json +++ b/public/app/plugins/datasource/prometheus/plugin.json @@ -4,5 +4,6 @@ "id": "prometheus", "metrics": true, - "annotations": true + "annotations": true, + "defaultMatchFormat": "pipe" }