Skip to content

Commit d88189d

Browse files
Merge pull request #20803 from newrelic/alerts-ttitle-update
chore(Alerts): Updated the Predict alerts topic title
2 parents ff0572e + a1f33d8 commit d88189d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/content/docs/alerts/create-alert/create-alert-condition/alert-conditions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ For all methods except for our guided mode, the process for creating an alert co
267267

268268
New Relic's <DNT>**Predictive Alerts**</DNT> analyze historical data to predict future trends. If the predicted shows that static thresholds may be breached soon, you receive an alert notification, giving you the opportunity to act before disruptions occur.
269269

270-
For more information, refer to the [Predictive Alerts documentation](/docs/alerts/create-alert/set-thresholds/predictive-alerts/).
270+
For more information, refer to the [Predictive alerts documentation](/docs/alerts/create-alert/set-thresholds/predictive-alerts/).
271271

272272
To enable predictive alerts for your alert condition, do the following steps:
273273

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Predictive capability
2+
title: Predictive alerts
33
tags:
44
- Alerts
55
- Alert conditions

src/content/docs/nrql/nrql-syntax-clauses-functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ Here're some examples:
866866

867867
Example query with hyperparameter modifications:
868868
```sql
869-
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT holtwinters(seasonality: 1 hour, alpha: 0.2, beta: 0.5, gamma: 1.5, phi: 0.99)
869+
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT holtwinters(seasonality: 1 hour, alpha: 0.2, beta: 0.5, gamma: 0.5, phi: 0.99)
870870
```
871871
</Collapser>
872872

src/content/docs/query-your-data/explore-query-data/use-charts/nrql-predictions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Examples of situations where you might want to add a prediction to your chart:
2424
* Your application is steadily running out of memory, threatening to crash the entire container.
2525
* You need to project future revenue based upon observed seasonal and trend patterns.
2626

27-
While <DNT>**NRQL Predictions**</DNT> themselves do not identify potential issues, they equip you with the information you need to assess trends and plan for future challenges. To generate alerts when the predictions indicate an impending problem, you can enroll for the <DNT>**[Predictive Alerts](/docs/alerts/create-alert/set-thresholds/predictive-alerts)**</DNT> feature, currently available in public preview. <DNT>**Predictive Alerts**</DNT> works alongside <DNT>**NRQL Predictions**</DNT> to generate predictions for your metrics and alert when those predictions pass a static threshold.
27+
While <DNT>**NRQL Predictions**</DNT> themselves do not identify potential issues, they equip you with the information you need to assess trends and plan for future challenges. To generate alerts when the predictions indicate an impending problem, you can enroll for the <DNT>**[Predictive alerts](/docs/alerts/create-alert/set-thresholds/predictive-alerts)**</DNT> feature, currently available in public preview. <DNT>**Predictive Alerts**</DNT> works alongside <DNT>**NRQL Predictions**</DNT> to generate predictions for your metrics and alert when those predictions pass a static threshold.
2828

2929
## Pricing [#pricing]
3030

@@ -122,7 +122,7 @@ You can customize the predictions by manually setting the training model's hyper
122122

123123
Example query with hyperparameter modifications:
124124
```sql
125-
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT holtwinters(seasonality: 1 hour, alpha: 0.2, beta: 0.5, gamma: 1.5, phi: 0.99)
125+
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT holtwinters(seasonality: 1 hour, alpha: 0.2, beta: 0.5, gamma: 0.5, phi: 0.99)
126126
```
127127
</Collapser>
128128

src/nav/alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pages:
3838
path: /docs/alerts/create-alert/set-thresholds/set-thresholds-alert-condition
3939
- title: Anomaly detection
4040
path: /docs/alerts/create-alert/set-thresholds/anomaly-detection
41-
- title: Predictive capability
41+
- title: Predictive alerts
4242
path: /docs/alerts/create-alert/set-thresholds/predictive-alerts
4343
- title: Add alert condition details
4444
pages:

0 commit comments

Comments
 (0)