Explorar el Código

remove unneeded queryOptions

Sven Klemm hace 7 años
padre
commit
0b74ff5cf1
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      public/app/plugins/datasource/postgres/plugin.json

+ 1 - 5
public/app/plugins/datasource/postgres/plugin.json

@@ -18,10 +18,6 @@
 
   "alerting": true,
   "annotations": true,
-  "metrics": true,
-
-  "queryOptions": {
-    "minInterval": true
-  }
+  "metrics": true
 
 }