Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
067ceb17
Commit
067ceb17
authored
May 21, 2018
by
Mitsuhiro Tanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "move queryTimeout option to common setting"
This reverts commit 3ba59a1d66a2a3c07ccd04a48c403f0772fbef31.
parent
12ace5ab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
public/app/features/plugins/partials/ds_http_settings.html
+0
-9
public/app/plugins/datasource/prometheus/partials/config.html
+12
-2
No files found.
public/app/features/plugins/partials/ds_http_settings.html
View file @
067ceb17
...
...
@@ -156,13 +156,4 @@
</info-popover>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Query timeout
</span>
<input
type=
"text"
class=
"gf-form-input width-9"
ng-model=
"current.jsonData.queryTimeout"
spellcheck=
'false'
placeholder=
"60s"
></input>
<info-popover
mode=
"right-absolute"
>
Set the Query timeout.
</info-popover>
</div>
</div>
</div>
public/app/plugins/datasource/prometheus/partials/config.html
View file @
067ceb17
...
...
@@ -7,8 +7,18 @@
<span
class=
"gf-form-label width-8"
>
Scrape interval
</span>
<input
type=
"text"
class=
"gf-form-input width-8"
ng-model=
"ctrl.current.jsonData.timeInterval"
spellcheck=
'false'
placeholder=
"15s"
></input>
<info-popover
mode=
"right-absolute"
>
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.
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.
</info-popover>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-8"
>
Query timeout
</span>
<input
type=
"text"
class=
"gf-form-input width-8"
ng-model=
"ctrl.current.jsonData.queryTimeout"
spellcheck=
'false'
placeholder=
"60s"
></input>
<info-popover
mode=
"right-absolute"
>
Set the Prometheus query timeout.
</info-popover>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment