Skip to content

Commit 0948526

Browse files
authored
feat(alertStatus): Add Alert Status documentation (#4820)
* feat(alertStatus): Add Alert Status documentation Add new Alert Status documentation for issue alerts. FIXES WOR-1625 * add EA note, fix style/wording * add screenshot * fix wording
1 parent 680688b commit 0948526

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/docs/product/alerts/alert-types.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,27 @@ In issue alerts, Sentry evaluates the configured alert conditions each time it r
3030
2. [Filters](/product/alerts/create-alerts/issue-alert-config/#if-conditions-filters) help control noise by triggering an alert only **If** the issue matches the specified criteria.
3131
3. **Then**, [Actions](/product/alerts/create-alerts/issue-alert-config/#then-conditions-actions) specify what should happen when the trigger conditions are met and the filters match.
3232

33+
### Alert Details
34+
35+
<Note>
36+
37+
This feature is available only if you're in the Early Adopter program. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony. If you're interested in being an Early Adopter, you can turn your organization's Early Adopter status on/off in General Settings. This will affect all users in your organization and can be turned back off just as easily.
38+
39+
</Note>
40+
41+
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.
42+
43+
![Alert details illustrates a graph showing the alerts triggered over time.](issue-alert-status-page-details.png)
44+
45+
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.
46+
3347
## Metric Alerts
3448

3549
Metric alerts tell you when a [metric](/product/performance/metrics/) crosses a threshold, such as a spike in the number of errors in a project, or a change in a performance metric, like [latency](/product/performance/metrics/#latency), [Apdex](/product/performance/metrics/#apdex), [failure rate](/product/performance/metrics/#failure-rate), or [throughput](/product/performance/metrics/#throughput-total-tpm-tps).
3650

3751
Metric alerts monitor macro-level metrics for both error and transaction events. A metric takes a set of events and computes an aggregate value using a function, such as `count()` or `avg()`, applied to the event properties over a period of time. When you create a metric alert, you can filter events by attributes and <PlatformLink to="/enriching-events/tags/">tags</PlatformLink>, which is particularly useful for aggregating across events that aren't grouped into single issues.
3852

39-
These alerts use *Critical* and *Warning* triggers to measure severity. An alert’s current status is the highest severity trigger that is active, which can be one of three values: Warning, Critical, or Resolved. Sentry notifies you whenever an alert's status changes.
53+
These alerts use _Critical_ and _Warning_ triggers to measure severity. An alert’s current status is the highest severity trigger that is active, which can be one of three values: Warning, Critical, or Resolved. Sentry notifies you whenever an alert's status changes.
4054

4155
When you create an alert, all the displayed alert types (except “Issues”) may be used to create a metric alert. You can create metric alerts for Errors, Sessions (Crash Rate Alerts), and Performance:
4256

@@ -81,4 +95,4 @@ The **Alert Details** page shows you the history of a metric alert rule for the
8195

8296
![Alert details illustrates a graph showing the performance of a transaction over time.](alert-details-example.png)
8397

84-
The **Alert Details** page also includes a list of suspect issues or transactions related to the metric, to help pinpoint the root problem more quickly. You can see what might have caused the alert to be triggered, and then open the metric in **[Discover](/product/discover-queries)** to find more information. 
98+
The **Alert Details** page also includes a list of suspect issues or transactions related to the metric, to help pinpoint the root problem more quickly. You can see what might have caused the alert to be triggered, and then open the metric in **[Discover](/product/discover-queries)** to find more information.
Loading

0 commit comments

Comments
 (0)