Преглед изворни кода

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

bergquist пре 10 година
родитељ
комит
83662b5195
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"
 }