From 48d9d0d356eb4dafa0673ae4866d6456b3960e53 Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 6 Dec 2017 13:51:19 +0100 Subject: [PATCH] prom: enable min interval per panel This commit makes it possible to set min interval per panel. Overrides the value configured on the datasource. ref #9705 --- public/app/plugins/datasource/prometheus/plugin.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app/plugins/datasource/prometheus/plugin.json b/public/app/plugins/datasource/prometheus/plugin.json index cb1a024a1d9..aa48a077b50 100644 --- a/public/app/plugins/datasource/prometheus/plugin.json +++ b/public/app/plugins/datasource/prometheus/plugin.json @@ -13,6 +13,10 @@ "alerting": true, "annotations": true, + "queryOptions": { + "minInterval": true + }, + "info": { "author": { "name": "Grafana Project",