Skip to content

Commit 20717bf

Browse files
committed
Added the historical data analysis related information
1 parent ea2c6c5 commit 20717bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/alerts/create-alert/set-thresholds/predictive-alerts.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ freshnessValidatedDate: never
2424
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.
2525
</Callout>
2626

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.
2828

2929
## Set predictive threshold for an alert condition [#set-predictive-threshold]
3030
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
6565
* **Minimum look-ahead time**: Two times of the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration).
6666
* **Maximum look-ahead time**: 360 times of the [window duration](/docs/alerts/create-alert/create-alert-condition/alert-conditions/#window-duration).
6767
<Callout variant="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.
6969
</Callout>
7070
3. Set the predicted alert event behavior, when the actual signal crosses the threshold.
7171
* Close predicted alert event and open an actual alert event (recommended).

0 commit comments

Comments
 (0)