Skip to content

Commit 7f94e03

Browse files
authored
issue alert config fixes (#4655)
1 parent b421309 commit 7f94e03

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/docs/product/alerts/create-alerts/issue-alert-config.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Give your alert a descriptive name, such as the team affected and the topic of t
2828

2929
"When" conditions, or triggers, specify what type of activity you'd like monitored for the issue:
3030

31-
- First seen
31+
- New issue is created
3232
- Changes state from `resolved` to `unresolved`
3333
- Changes state from `ignored` to `unresolved`
3434
- The number of events in an issue is more than a certain number or has a higher [percent change](#change-alerts) in an interval
@@ -57,15 +57,9 @@ For example, an alert can be triggered when an issue is affecting 10% more uniqu
5757

5858
You can set a trigger for when an issue affects more than {X} percent of [sessions](/product/releases/health/#session) in {time}.
5959

60-
This is approximated by taking the number of sessions in the last hour and scaling it to the alerting window appropriately. For example, if the alert is configured to look at the last 5 minutes, the number of sessions is approximated by taking the number of sessions in the last hour and dividing it by 12.
60+
_Percent of sessions affected_ is an approximation that's calculated by taking the number of sessions in the last hour and scaling it to the alerting window appropriately. For example, if the alert is configured to look at the last five minutes, the number of sessions is approximated by taking the number of sessions in the last hour and dividing it by 12.
6161

62-
<Note>
63-
64-
_Percent of sessions affected_ is an approximation, calculated as the ratio of the issue’s frequency to the number of sessions in the project.
65-
66-
</Note>
67-
68-
Also, percent-based alerts will only trigger if the number of sessions in the last hour exceeds 50.
62+
Percent-based alerts will only trigger if the number of sessions in the last hour exceeds 50.
6963

7064
## "If" Conditions: Filters
7165

0 commit comments

Comments
 (0)