Commit 8bf4a0d6 authored by lucperkins's avatar lucperkins

Add sample term to glossary

Signed-off-by: 's avatarlucperkins <lucperkins@gmail.com>
parent 90b84f14
...@@ -29,8 +29,8 @@ depends on the `honor_labels` configuration option. See the ...@@ -29,8 +29,8 @@ depends on the `honor_labels` configuration option. See the
[scrape configuration documentation](/docs/operating/configuration/#%3Cscrape_config%3E) [scrape configuration documentation](/docs/operating/configuration/#%3Cscrape_config%3E)
for more information. for more information.
For each instance scrape, Prometheus stores a sample in the following For each instance scrape, Prometheus stores a [sample](/docs/introduction/glossary#sample) in
time series: the following time series:
* `up{job="<job-name>", instance="<instance-id>"}`: `1` if the instance is * `up{job="<job-name>", instance="<instance-id>"}`: `1` if the instance is
healthy, i.e. reachable, or `0` if the scrape failed. healthy, i.e. reachable, or `0` if the scrape failed.
......
...@@ -108,6 +108,13 @@ write into a format the other system can understand. ...@@ -108,6 +108,13 @@ write into a format the other system can understand.
A remote write endpoint is what Prometheus talks to when doing a remote write. A remote write endpoint is what Prometheus talks to when doing a remote write.
### Sample
A sample is the smallest unit of time series data in Prometheus. Each sample consists of:
* A float64 value
* A millisecond-precision timestamp
### Silence ### Silence
A silence in the Alertmanager prevents alerts, with labels matching the silence, from A silence in the Alertmanager prevents alerts, with labels matching the silence, from
......
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