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

feat(opentsdb): templating, added default match format option, now new variables with opentsdb datasource will automatically use the new pipe format, #2808

Torkel Ödegaard 10 лет назад
Родитель
Сommit
81ebaae12e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      public/app/plugins/datasource/opentsdb/plugin.json

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

@@ -11,5 +11,6 @@
     "config": "app/plugins/datasource/opentsdb/partials/config.html"
     "config": "app/plugins/datasource/opentsdb/partials/config.html"
   },
   },
 
 
-  "metrics": true
+  "metrics": true,
+  "defaultMatchFormat": "pipe"
 }
 }