File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Use 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:
You can’t perform that action at this time.
0 commit comments