From 067ceb178edcf915121c7657a9d52d8df3fdde05 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Mon, 21 May 2018 21:44:21 +0900 Subject: [PATCH] Revert "move queryTimeout option to common setting" This reverts commit 3ba59a1d66a2a3c07ccd04a48c403f0772fbef31. --- .../plugins/partials/ds_http_settings.html | 9 ------ .../prometheus/partials/config.html | 28 +++++++++++++------ 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/public/app/features/plugins/partials/ds_http_settings.html b/public/app/features/plugins/partials/ds_http_settings.html index 9e6930f2c7a..b9f5683129c 100644 --- a/public/app/features/plugins/partials/ds_http_settings.html +++ b/public/app/features/plugins/partials/ds_http_settings.html @@ -156,13 +156,4 @@ -
-
- Query timeout - - - Set the Query timeout. - -
-
diff --git a/public/app/plugins/datasource/prometheus/partials/config.html b/public/app/plugins/datasource/prometheus/partials/config.html index 2cd6adcbc4d..a7a85e696b0 100644 --- a/public/app/plugins/datasource/prometheus/partials/config.html +++ b/public/app/plugins/datasource/prometheus/partials/config.html @@ -2,15 +2,25 @@
-
-
- Scrape interval - - - Set this to your global scrape interval defined in your Prometheus config file. This will be used as a lower limit for - the Prometheus step query parameter. - -
+
+
+ Scrape interval + + + Set this to your global scrape interval defined in your Prometheus config file. This will be used as a lower limit for the + Prometheus step query parameter. + +
+
+ +
+
+ Query timeout + + + Set the Prometheus query timeout. + +