Просмотр исходного кода

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

bergquist 9 лет назад
Родитель
Сommit
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"
 }