From 3b249892b49065227956fdddf4ce4e5715c6faf8 Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 11:19:40 -0800
Subject: [PATCH 1/6] Update metric-alert-config.mdx
Added a few more wording changes
---
.../product/alerts/create-alerts/metric-alert-config.mdx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index 0234f318ffb51..67d7f0423a091 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -132,11 +132,11 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
-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.
-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.
+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.
-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.
+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.
+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.
![When the dynamic threshold is selected.](./img/dynamic-threshold.png)
@@ -150,6 +150,9 @@ You can set the status of an alert rule when a threshold is met using the labels
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.
+Note: Anomaly alert thresholds are controlled by Sentry and cannot be manually configured.
+
+
### Auto-Resolve
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.
From e46b440e6fe96fbcda980f1bae49a8f73e3cb8be Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 11:43:27 -0800
Subject: [PATCH 2/6] Update metric-alert-config.mdx
responded to feedback
---
docs/product/alerts/create-alerts/metric-alert-config.mdx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index 67d7f0423a091..a2ff0af2f2221 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -132,7 +132,7 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
-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.
+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.
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.
@@ -150,8 +150,11 @@ You can set the status of an alert rule when a threshold is met using the labels
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.
+
+
Note: Anomaly alert thresholds are controlled by Sentry and cannot be manually configured.
+
### Auto-Resolve
From 418c860bdafa7117945b8ab85b0e25c8205c2f06 Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 13:38:19 -0800
Subject: [PATCH 3/6] Update metric-alert-config.mdx
updated text for responsiveness
---
docs/product/alerts/create-alerts/metric-alert-config.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index a2ff0af2f2221..60889c0e46a33 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -134,7 +134,7 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
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.
-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.
+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 having higher confidence of being a problem. 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.
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.
From 5c7b5e28da38ac351725a57d240973722a029cf0 Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 13:41:30 -0800
Subject: [PATCH 4/6] Update metric-alert-config.mdx
updated responsiveness text part 2
---
docs/product/alerts/create-alerts/metric-alert-config.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index 60889c0e46a33..f168eb1689866 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -134,7 +134,7 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
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.
-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 having higher confidence of being a problem. 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.
+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 fired more likely to be a problem. High responsiveness will capture more instances of the alert, which creates greater coverage with a higher likelihood for false positives. Our recommendation is to start with our default (medium), and iterate based on the results you see.
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.
From b45d2880d7e6cf9f43d073f4bdc499cbc1fc6777 Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 15:14:00 -0800
Subject: [PATCH 5/6] Update metric-alert-config.mdx
---
docs/product/alerts/create-alerts/metric-alert-config.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index f168eb1689866..257322737e615 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -134,7 +134,7 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
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.
-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 fired more likely to be a problem. High responsiveness will capture more instances of the alert, which creates greater coverage with a higher likelihood for false positives. Our recommendation is to start with our default (medium), and iterate based on the results you see.
+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 (i.e. each time your alert fires, it is more likely to be a problem). 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.
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.
From b192b8103c9ac3360b53651b5d075bcc7129d73b Mon Sep 17 00:00:00 2001
From: Rachel Wang <82916311+rachrwang@users.noreply.github.com>
Date: Thu, 7 Nov 2024 16:41:07 -0800
Subject: [PATCH 6/6] Update metric-alert-config.mdx
final changes
---
docs/product/alerts/create-alerts/metric-alert-config.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx
index 257322737e615..06341fc6724d8 100644
--- a/docs/product/alerts/create-alerts/metric-alert-config.mdx
+++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx
@@ -134,7 +134,7 @@ Change alerts, or alerts that use a percent change threshold, are useful when yo
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.
-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 (i.e. each time your alert fires, it is more likely to be a problem). 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.
+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.
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.