Browse Source

fix(prometheus): set default templating format to pipe

Torkel Ödegaard 10 years ago
parent
commit
30f3b55baf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/app/plugins/datasource/prometheus/plugin.json

+ 2 - 1
public/app/plugins/datasource/prometheus/plugin.json

@@ -4,5 +4,6 @@
   "id": "prometheus",
   "id": "prometheus",
 
 
   "metrics": true,
   "metrics": true,
-  "annotations": true
+  "annotations": true,
+  "defaultMatchFormat": "pipe"
 }
 }