Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.13 KB

alerting.rst

File metadata and controls

42 lines (31 loc) · 1.13 KB

Alerts

MetalK8s monitoring stack can generate alerts from observed statistics and a set of rules. These alerts are then persisted for providing a historical view in MetalK8s UI, and can be routed to custom receivers if needed (see csc-alertmanager-customization for how to do this).

Predefined Alerting Rules

There are two categories of alerting rules deployed with MetalK8s: simple and composite.

Simple alerting rules define an expression only from "standard" Prometheus metrics, while composite rules rely on the special ALERTS metric to generate alerts from the state of other alerts.

Composite rules are used to build a hierarchy of alerts, encoding the relationship between low-level components and their simple alerting rules into higher level services.

Hierarchy

alerting

Composite Rules

alerting

Simple Rules

alerting