You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/observability/incident-management/view-alerts.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ To view the alert in the app that triggered it:
65
65
There are four common alert statuses:
66
66
67
67
`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.
69
69
70
70
`flapping`
71
71
: 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
76
76
::::
77
77
78
78
`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.
80
80
81
81
::::{note}
82
82
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.
0 commit comments