Skip to content

Commit 9ee8b7e

Browse files
authored
Update metric-alert-config.mdx (#11760)
* Update metric-alert-config.mdx Added a few more wording changes * Update metric-alert-config.mdx responded to feedback * Update metric-alert-config.mdx updated text for responsiveness * Update metric-alert-config.mdx updated responsiveness text part 2 * Update metric-alert-config.mdx * Update metric-alert-config.mdx final changes
1 parent 6772b3f commit 9ee8b7e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/product/alerts/create-alerts/metric-alert-config.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
132132
<Include name="feature-available-for-plan-trial-business.mdx" />
133133
<Include name="feature-available-for-user-group-early-adopter.mdx" />
134134

135-
Anomaly alerts can be used when you don't know what threshold to set, but you know you want to be alerted when something is far outside the bounds of normalcy. Sentry will look at the historical data for the given metric and determine if the current data is anomalous. You have three options for the responsiveness of the alert: low, medium, and high. Low responsiveness means the alert will fire less frequently with each instance being higher signal. High responsiveness will capture more instances of the alert, which creates more coverage with a greater likelihood for false positives. Our recommendation is to start with our default (medium), and iterate based on the results you see.
136-
Another setting is to set the direction of the alert: above and/or below the expected bounds. This setting can help increase the signal of your alert rule.
135+
Anomaly alerts automatically detect trends outside expected values. They can be especially helpful for spiky or seasonal data that are too noisy for static or percentage based thresholds. Sentry will look at historical data for the given metric and determine if the current data is anomalous. Certain metrics, like Apdex, are currently not supported for anomaly alerts.
137136

138-
Critical and Resolved thresholds will be controlled by Sentry rather than the user. When no more anomalies are detected, the alert will resolve. Anomaly alerts are not available for all metric alert types.
137+
There are three options for alert responsiveness: low, medium, and high. If you choose low responsiveness, then your alert will fire less frequently but with higher confidence. If you choose high responsiveness, then your alert will fire more frequently with a greater chance of false positives. Our recommendation is to start with medium responsiveness, our default, and adjust the responsiveness based on the results you see.
139138

139+
Another setting is to set the direction of the alert: above and/or below the expected bounds. This setting can help increase the signal of your alert rule.
140140

141141
![When the dynamic threshold is selected.](./img/dynamic-threshold.png)
142142

@@ -150,6 +150,12 @@ You can set the status of an alert rule when a threshold is met using the labels
150150

151151
You must set the “Warning” threshold so that it’s triggered before the “Critical” threshold. When Sentry evaluates an alert, the alert’s status is updated to the highest severity trigger that matches. If you don’t set a “Resolved” threshold, the alert automatically resolves when it's no longer breaching the “Critical” or “Warning” conditions. You can also resolve alerts manually.
152152

153+
<Note>
154+
155+
Note: Anomaly alert thresholds are controlled by Sentry and cannot be manually configured.
156+
157+
</Note>
158+
153159
### Auto-Resolve
154160

155161
By default, metric alerts are resolved automatically when the specified metric is no longer breaching the “Critical” or “Warning” conditions. However, you can set a different resolution threshold. For example, suppose a normal level of errors for your app is less than 2000/minute, and you want to be alerted when that exceeds 5000/minute. You might want the alert to resolve only if the level of errors goes back below 2000/minute, not 5000/minute. By setting the "Resolved" threshold this way, if the error level comes back down to only 4000/minute, which you’d consider problematic even though it’s below your alert threshold, the alert won't resolve.

0 commit comments

Comments
 (0)