Procházet zdrojové kódy

add table support flag for prometheus

Erik Sundell před 7 roky
rodič
revize
d9236c1081

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

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