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
98798346
Commit
98798346
authored
Dec 31, 2015
by
Brian Brazil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #277 from stapelberg/patch-4
Document the scrape_duration_seconds timeseries
parents
f481bd80
13e8751c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
jobs_instances.md
content/docs/concepts/jobs_instances.md
+9
-4
No files found.
content/docs/concepts/jobs_instances.md
View file @
98798346
...
@@ -30,7 +30,12 @@ depends on the `honor_labels` configuration option. See the
...
@@ -30,7 +30,12 @@ depends on the `honor_labels` configuration option. See the
[
scrape configuration documentation
](
/docs/operating/configuration/#scrape-configurations-scrape_config
)
[
scrape configuration documentation
](
/docs/operating/configuration/#scrape-configurations-scrape_config
)
for more information.
for more information.
For each instance scrape, Prometheus stores a sample of the form
For each instance scrape, Prometheus stores a sample in the following
`up{job="<job-name>", instance="<instance-id>"}`
with a value of
`1`
if the
time series:
instance was scraped successfully or a value of
`0`
if the scrape failed. This
time series is useful for instance availability monitoring.
*
`up{job="<job-name>", instance="<instance-id>"}`
:
`1`
if the instance is
healthy, i.e. reachable, or
`0`
if the scrape failed.
*
`scrape_duration_seconds{job="<job-name>", instance="<instance-id>"}`
:
duration of the scrape.
The
`up`
time series is useful for instance availability monitoring.
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