You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/alerts/create-alert/set-thresholds/predictive-alerts.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ freshnessValidatedDate: never
24
24
New Relic currently uses the [Holt-Winters model](https://en.wikipedia.org/wiki/Exponential_smoothing#Triple_exponential_smoothing_(Holt_Winters)) for predicting, which supports hourly, daily, and weekly seasonal patterns and trends in your data.
25
25
</Callout>
26
26
27
-
To enable <DNT>**Predictive capability**</DNT>, enable <DNT>**NRQL predictions**</DNT> (Now in public preview), which provides the query functionality required for evaluation of predictive thresholds. The <DNT>**NRQL predictions**</DNT> and <DNT>**Predictive capability**</DNT> features are available only to **[Advanced Compute](https://newrelic.com/pricing/compute#pricing_plan-compute)** customers. To enroll, navigate to <DNT>**[one.newrelic.com > Administration](https://one.newrelic.com//admin-portal) > Preview & Trails**</DNT>, and enable <DNT>**NRQL predictions**</DNT> and <DNT>**Predictive capability**</DNT> features.
27
+
To enable <DNT>**Predictive capability**</DNT>, enable <DNT>**NRQL predictions**</DNT> (Now in public preview), which provides the query functionality required for evaluation of predictive thresholds. The <DNT>**NRQL predictions**</DNT> and <DNT>**Predictive capability**</DNT> features are available only to **[Advanced Compute](https://newrelic.com/pricing/compute#pricing_plan-compute)** customers. To enroll, navigate to <DNT>**[one.newrelic.com > Administration](https://one.newrelic.com//admin-portal) > Preview & Trials**</DNT>, and enable <DNT>**NRQL predictions**</DNT> and <DNT>**Predictive capability**</DNT> features.
28
28
29
29
## Set predictive threshold for an alert condition [#set-predictive-threshold]
30
30
To set or update an alert condition with the predictive capability, follow these steps:
@@ -65,7 +65,7 @@ To set or update an alert condition with the predictive capability, follow these
65
65
***Minimum look-ahead time**: Two times of the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration).
66
66
***Maximum look-ahead time**: 360 times of the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration).
67
67
<Calloutvariant="tip">
68
-
To look further ahead into the future, you can increase the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration).
68
+
To look further ahead into the future, you can increase the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration). A longer window duration directly extends the prediction model’s historical data processing range. For instance, when the window duration is set to 1 minute, the model utilizes historical data from the past 2.5 days to generate predictions.
69
69
</Callout>
70
70
3. Set the predicted alert event behavior, when the actual signal crosses the threshold.
71
71
* Close predicted alert event and open an actual alert event (recommended).
0 commit comments