From 1ee91a637fb6cba317ecbd948046d3a45f224d08 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Wed, 29 Aug 2018 13:02:25 +0200 Subject: [PATCH] remove min time interval from datasource config --- .../plugins/datasource/postgres/partials/config.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/app/plugins/datasource/postgres/partials/config.html b/public/app/plugins/datasource/postgres/partials/config.html index f5c5c1dd5cc..a4df858db7e 100644 --- a/public/app/plugins/datasource/postgres/partials/config.html +++ b/public/app/plugins/datasource/postgres/partials/config.html @@ -38,18 +38,6 @@ -
-
-
- Min time interval - - - A lower limit for the auto group by time interval. Recommended to be set to write frequency, - for example 1m if your data is written every minute. - -
-
-

PostgreSQL details