Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
022666a2
Commit
022666a2
authored
Mar 23, 2017
by
Julius Volz
Committed by
GitHub
Mar 23, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #678 from prometheus/query-timeout-docs
Document custom query timeouts.
parents
fd9f8995
0dfb54c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
api.md
content/docs/querying/api.md
+4
-0
No files found.
content/docs/querying/api.md
View file @
022666a2
...
...
@@ -71,6 +71,8 @@ URL query parameters:
-
`query=<string>`
: Prometheus expression query string.
-
`time=<rfc3339 | unix_timestamp>`
: Evaluation timestamp. Optional.
-
`timeout=<duration>`
: Evaluation timeout. Optional. Defaults to and
is capped by the value of the
`-query.timeout`
flag.
The current server time is used if the
`time`
parameter is omitted.
...
...
@@ -132,6 +134,8 @@ URL query parameters:
-
`start=<rfc3339 | unix_timestamp>`
: Start timestamp.
-
`end=<rfc3339 | unix_timestamp>`
: End timestamp.
-
`step=<duration>`
: Query resolution step width.
-
`timeout=<duration>`
: Evaluation timeout. Optional. Defaults to and
is capped by the value of the
`-query.timeout`
flag.
The
`data`
section of the query result has the following format:
...
...
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