From 12ace5ab65ee0bc4d667ed88a36bd75d380a1af2 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Tue, 15 May 2018 14:04:30 +0900 Subject: [PATCH] move queryTimeout option to common setting --- .../plugins/partials/ds_http_settings.html | 9 ++++++ .../prometheus/partials/config.html | 28 ++++++------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/public/app/features/plugins/partials/ds_http_settings.html b/public/app/features/plugins/partials/ds_http_settings.html index b9f5683129c..9e6930f2c7a 100644 --- a/public/app/features/plugins/partials/ds_http_settings.html +++ b/public/app/features/plugins/partials/ds_http_settings.html @@ -156,4 +156,13 @@ +
+
+ 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 a7a85e696b0..2cd6adcbc4d 100644 --- a/public/app/plugins/datasource/prometheus/partials/config.html +++ b/public/app/plugins/datasource/prometheus/partials/config.html @@ -2,25 +2,15 @@
-
-
- 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. - -
+
+
+ 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. + +