Skip to content

Commit 10f3cfe

Browse files
Additional modifications
1 parent b7058ba commit 10f3cfe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

solutions/observability/incident-management/view-alerts.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To view the alert in the app that triggered it:
6565
There are four common alert statuses:
6666

6767
`active`
68-
: The conditions for the rule are met. Actions for the rule are run according to the notification settings.
68+
: The conditions for the rule are met. Rule actions are run according to the notification settings.
6969

7070
`flapping`
7171
: The alert is switching repeatedly between active and recovered states.
@@ -76,13 +76,11 @@ The flapping state is possible only if you have enabled alert flapping detection
7676
::::
7777

7878
`recovered`
79-
: The conditions for the rule are no longer met. Recovery actions for the rule will run if the rule's conditions _are not_ met during the current rule execution, but were met in the previous one.
79+
: The conditions for the rule are no longer met. Rule recovery actions run if the rule's conditions _were not_ met during the current rule execution, but were in the previous one.
8080

8181
::::{note}
8282

83-
Note the following about alerts that change from the flapping state to recovered:
84-
- Alerts in the flapping state will only change to recovered if the rule's conditions are not met for the number of consecutive runs that are defined by the **Alert status change threshold** for flapping alerts.
85-
- After an alert is recovered, the flapping state criteria is only applied to newly generated alerts.
83+
Alerts in the flapping state will only change to recovered if the rule's conditions are not met for the number of consecutive runs that are defined by the **Alert status change threshold** for flapping alerts. After an alert is recovered, the flapping state criteria is only applied to newly generated alerts.
8684
::::
8785

8886

0 commit comments

Comments
 (0)