Parcourir la source

fix(prometheus): set default templating format to pipe

Torkel Ödegaard il y a 10 ans
Parent
commit
30f3b55baf
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"
 }
 }