Переглянути джерело

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