Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitnewrelic committed Jan 31, 2025
1 parent 407dbe0 commit 1d952f8
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,22 @@ To set an alert condition with the predictive alert capability, follow these ste
Continuing to keep the predicted alert event open keeps the issue page less noisy.
</Callout>

<Callout variant="tip">
You can have maximum of two thresholds per condition, and for each caodition you can set predictive alert.
</Callout>

</Step>

<Step>
### Save conditions [#save-conditions]


</Step>

</Steps>

## Default prediction range [#default-prediction-range]
When you add a prediction to a chart, the `PREDICT` function appends to the existing chart query with the following default behaviors.
* **Prediction range**: Projects 20% of the total time specified in your query window, allowing you to see a short-term projection based on current trends.
* **Historical data**: Processes historical data from the current query window and the two preceding ones to generate predictions.
* **Time interval**: Matches the data point interval of the prediction on the query window, ensuring consistency in data projection.
## Points to consider [#points-to-consider]
As the Predictive alert feature is currently in public preview, consider the following points:
* After the promotion period overs, or you disable the feature, the predictive alert events are not available in the UI.
* The alert conditions will be re-registered.
* Data aggregation may get delayed.

0 comments on commit 1d952f8

Please sign in to comment.