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

add table support flag for prometheus

Erik Sundell 7 лет назад
Родитель
Сommit
d9236c1081
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      public/app/plugins/datasource/prometheus/plugin.json

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

@@ -23,6 +23,7 @@
   "alerting": true,
   "annotations": true,
   "explore": true,
+  "tables": true,
   "queryOptions": {
     "minInterval": true
   },
@@ -44,4 +45,4 @@
     ],
     "version": "5.0.0"
   }
-}
+}