ソースを参照

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"
 }