Parcourir la source

Merge branch 'master' of github.com:grafana/grafana

bergquist il y a 9 ans
Parent
commit
83662b5195
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"
 }
 }