Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit eb48fd1

Browse files
authored
Update README.md
1 parent b736dc0 commit eb48fd1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • infrastructure/components/monitoring-stack

infrastructure/components/monitoring-stack/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ either table or graph;
1515

1616
![Prometheus architecture](https://prometheus.io/assets/architecture.png)
1717

18+
You can also watch this introductory video to have a better overview of Prometheus.
19+
20+
<p align="center">
21+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=PDxcEzu62jk" target="_blank"><img src="http://img.youtube.com/vi/PDxcEzu62jk/0.jpg" alt="prometheus walkthrough" width="560" height="315" border="1" /></a>
22+
</p>
23+
1824
### Data Model
1925
Prometheus stores all data as time series, i.e. timestamped values grouped under a specific metric name.
2026
In practice, a metric consists of multiple domains or labels, thus prometheus a metric is a multivariate time series. Metrics can be [exposed](https://prometheus.io/docs/instrumenting/exposition_formats/) using a simple text format.

0 commit comments

Comments
 (0)