Monitoringrule
Monitoringrule, in a general sense, is a configuration artifact used by monitoring systems to define evaluation logic for telemetry data and to control when and how alerts are generated. A monitoring rule typically expresses a query or expression that evaluates time-series data, an evaluation interval that determines how often the rule is checked, and optional duration fields that require a condition to be true for a certain period before triggering an action. Rules may also carry metadata such as labels for categorization and annotations that provide human-readable descriptions.
Most systems distinguish at least two kinds of monitoring rules: alerting rules, which trigger notifications when
Common fields include the rule name, the query or expression, the evaluation frequency, for-duration, labels, and
See also: alerting, rule engine, Prometheus, Kubernetes, observability, incident management.