From 514f68ea1903b972da30911157df5e444b6b5abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 12 Apr 2019 18:03:24 +0200 Subject: [PATCH] TestData: Add minInterval query option --- public/app/plugins/datasource/testdata/plugin.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app/plugins/datasource/testdata/plugin.json b/public/app/plugins/datasource/testdata/plugin.json index 774603982e0..3108fb44a19 100644 --- a/public/app/plugins/datasource/testdata/plugin.json +++ b/public/app/plugins/datasource/testdata/plugin.json @@ -7,6 +7,10 @@ "alerting": true, "annotations": true, + "queryOptions": { + "minInterval": true + }, + "info": { "author": { "name": "Grafana Project",