Sfoglia il codice sorgente

Show min interval query option for mixed datasource (#9467)

Axel 8 anni fa
parent
commit
6ce990af57
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      public/app/plugins/datasource/mixed/plugin.json

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

@@ -5,5 +5,9 @@
 
 
   "builtIn": true,
   "builtIn": true,
   "mixed": true,
   "mixed": true,
-  "metrics": true
+  "metrics": true,
+
+  "queryOptions": {
+    "minInterval": true
+  }
 }
 }