Skip to content

Commit 11104e0

Browse files
committed
Link to Prometheus
1 parent 1dc4491 commit 11104e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/usecase_prometheus-alerting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Use case: Prometheus alerting
22
=============================
33

4-
- Prometheus is the main component when talking about Prometheus. It monitors your services by
5-
scraping them for metrics. It allows to define alerting rules for these metrics: "if this metric
6-
looks like something is wrong -> raise an alert".
4+
- [Prometheus](https://prometheus.io/download/#prometheus) is the main component when talking about Prometheus.
5+
It monitors your services by scraping them for metrics. It allows to define alerting rules for these metrics:
6+
"if this metric looks like something is wrong -> raise an alert".
77

88
- However, Prometheus only **raises** alerts. It does not filter or transport them. They wisely made
99
this modular and separated those concerns into another Prometheus project:

0 commit comments

Comments
 (0)