Przeglądaj źródła

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

bergquist 9 lat temu
rodzic
commit
83662b5195

+ 2 - 1
public/app/plugins/datasource/prometheus/plugin.json

@@ -4,5 +4,6 @@
   "id": "prometheus",
 
   "metrics": true,
-  "annotations": true
+  "annotations": true,
+  "defaultMatchFormat": "pipe"
 }