-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(alertStatus): Add Alert Status documentation #4820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add new Alert Status documentation for issue alerts. FIXES WOR-1625
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/7VkatGV9PMMLwW9G5zn9MUwRvKoe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just commenting for now, but I'll circle back and to review again when the screenshot has been added. I've made a few style edits and a couple wording changes to avoid repetition. Otherwise looks good!
Forgot to add, we'll need to add an EA note on this just after the new heading you've added per here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks good to me, but i'd let @imatwawana take another look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more wording fixes, but otherwise looks great!
|
||
</Note> | ||
|
||
The **Alert Details** page shows you the number of times an issue alert rule was triggered over time, grouped in one hour time buckets. Clicking on the alert rule name in the "Alert Rules" tab, or on the notification you receive will take you to this page. The page also includes the alert rule conditions, the current status of the alert (Warning, Critical, or Resolved), and alert details such as when it was created, when it was last modified, and the team that owns the alert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The **Alert Details** page shows you the number of times an issue alert rule was triggered over time, grouped in one hour time buckets. Clicking on the alert rule name in the "Alert Rules" tab, or on the notification you receive will take you to this page. The page also includes the alert rule conditions, the current status of the alert (Warning, Critical, or Resolved), and alert details such as when it was created, when it was last modified, and the team that owns the alert. | |
The **Alert Details** page shows you the number of times an issue alert rule was triggered over time, grouped in one hour buckets. Clicking on the alert rule name in the "Alert Rules" tab, or on the notification you receive will take you to this page. The page also includes the alert rule conditions, the current status of the alert (Warning, Critical, or Resolved), and alert details such as when it was created, when it was last modified, and the team that owns the alert. |
|
||
 | ||
|
||
The **Alert Details** page also includes a list of issues that triggered the alert. You can see which issues triggered the alert and then open that issue's page to find more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The **Alert Details** page also includes a list of issues that triggered the alert. You can see which issues triggered the alert and then open that issue's page to find more information. | |
The **Alert Details** page also includes a list of issues that triggered the alert. You can click on any of the issues in the list to go to that issue's details page for more information. |
Add new Alert Status documentation for issue alerts.
- Still need to add a screenshotFIXES WOR-1625