浏览代码

fix(prometheus): set default templating format to pipe

Torkel Ödegaard 10 年之前
父节点
当前提交
30f3b55baf
共有 1 个文件被更改,包括 2 次插入1 次删除
  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",
 
   "metrics": true,
-  "annotations": true
+  "annotations": true,
+  "defaultMatchFormat": "pipe"
 }