Skip to content

Commit e46b440

Browse files
authored
Update metric-alert-config.mdx
responded to feedback
1 parent 3b24989 commit e46b440

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ 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 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. Apdex is currently not supported for anomaly alerts.
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.
136136

137137
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.
138138

@@ -150,8 +150,11 @@ 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+
153155
Note: Anomaly alert thresholds are controlled by Sentry and cannot be manually configured.
154156

157+
</Note>
155158

156159
### Auto-Resolve
157160

0 commit comments

Comments
 (0)