Commit 709405c3 authored by Brian Brazil's avatar Brian Brazil

Document scrape_samples_post_metric_relabeling and scrape_samples_scraped

Fixes #614
Fixes #679
parent 040c3a58
......@@ -37,5 +37,9 @@ time series:
healthy, i.e. reachable, or `0` if the scrape failed.
* `scrape_duration_seconds{job="<job-name>", instance="<instance-id>"}`:
duration of the scrape.
* `scrape_samples_post_metric_relabeling{job="<job-name>", instance="<instance-id>"}`:
the number of samples remaining after metric relabeling was applied.
* `scrape_samples_scraped{job="<job-name>", instance="<instance-id>"}`:
the number of samples the target exposed.
The `up` time series is useful for instance availability monitoring.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment