Browse Source

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

Axel 8 years ago
parent
commit
6ce990af57
1 changed files with 5 additions and 1 deletions
  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,
   "mixed": true,
-  "metrics": true
+  "metrics": true,
+
+  "queryOptions": {
+    "minInterval": true
+  }
 }