How Alerting Works
View content for :
Platform:

How Alerting Works

The alerting system in
Resonate
is built on Prometheus AlertManager, which enables sophisticated routing, grouping, and notification management. You can configure the AlertManager to send notifications to targets via email (SMTP) or webhook endpoints.
It performs the following steps:
  1. Alert generation. Prometheus evaluates alert rules against metrics and generates alerts.
  2. Alert processing. AlertManager receives alerts from Prometheus.
  3. Alert grouping. Similar alerts are grouped based on configurable labels.
  4. Alert notification. Notifications are sent to configured targets (for example, SMTP and webhooks).
Simple overview of Prometheus Architecture.