Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit bc640cc

Browse files
Update rules-engine-matching-conditions.rst
Updating MR based on RST formatting.
1 parent a56ea6e commit bc640cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sp-oncall/alerts/rules-engine/rules-engine-matching-conditions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ The matching condition for the second rule, which you must position below the fi
142142

143143
Rule processing order
144144
===================================
145-
Alert Rules consider three criteria for the order in which they'll be processed.
146-
1. Top-to-bottom order of the alert rules
147-
2. The optional :guilabel:`Stop after this rule has been applied` setting on each rule
148-
3. Rules with Routing Key matching via the :guilabel:`Associated routing key` selector
145+
Alert Rules uses three criteria to determine the processing order:
146+
* Top-to-bottom order of the alert rules
147+
* The optional :guilabel:`Stop after this rule has been applied` setting on each rule
148+
* Rules with a matching routing key based on the :guilabel:`Associated routing key`
149149

150-
For each alert that is ingested, all rules without an :guilabel:`Associated routing key` match will first process in top-to-bottom order. If a rule matches with the :guilabel:`Stop after this rule has been applied` setting, it will stop the application of alert rules for that alert. Lastly, rules with a specific routing key match via the :guilabel:`Associated routing key` selector will apply. Having these types of rules apply last allows them to match on the final routing key of an alert in case this value is changed by a different alert rule.
150+
For each ingested alert, all rules without a matching :guilabel:`Associated routing key` will process based on the top-to-bottom order. If a rule matches with the :guilabel:`Stop after this rule has been applied` setting, it will stop the application of alert rules for that alert. Lastly, rules with a specific matching routing key based on the :guilabel:`Associated routing key` are applied. These rules are applied last so they can match on the final routing key of an alert, in case this value is changed by a different alert rule.

0 commit comments

Comments
 (0)