Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft for feb release]feat(On-demand forecast): Added On-demand forecasting content for PP #19667

Draft
wants to merge 23 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8490a7c
feat(On-demand forecast): Added content for PP
sujitnewrelic Jan 8, 2025
2a62805
Merge branch 'develop' into On-demand-forecast
sujitnewrelic Jan 13, 2025
9cff6c6
Updated the first draft with the PMs feedback
sujitnewrelic Jan 13, 2025
2a11935
Update on-demand-forecasting.mdx
sujitnewrelic Jan 15, 2025
e2e2524
Implemented SME suggestions
sujitnewrelic Jan 15, 2025
e170d3b
Self-review corrections
sujitnewrelic Jan 15, 2025
8475b8c
Self-review corrections
sujitnewrelic Jan 15, 2025
d7bf65c
Update on-demand-forecasting.mdx
sujitnewrelic Jan 15, 2025
7052c15
Self review corrections
sujitnewrelic Jan 16, 2025
2d9087e
Feature name SME comment update
sujitnewrelic Jan 23, 2025
599146e
Update nrql-syntax-clauses-functions.mdx
sujitnewrelic Jan 23, 2025
704eda1
Update nrql-syntax-clauses-functions.mdx
sujitnewrelic Jan 23, 2025
8567304
Update nrql-syntax-clauses-functions.mdx
sujitnewrelic Jan 23, 2025
c862e5b
language correction
sujitnewrelic Jan 23, 2025
bd00f65
Updated the function name from FORECAST to PREDICT
sujitnewrelic Jan 24, 2025
8dc705c
Authoring in progress
sujitnewrelic Jan 30, 2025
d31bb84
Updated editorial review comments
sujitnewrelic Jan 30, 2025
fc95ee8
Updated the limitation about metric timeslice data
sujitnewrelic Feb 9, 2025
b26f661
Ypdate the callout about the Holt-Winters model
sujitnewrelic Feb 9, 2025
2c375e5
Added the point for metric timeslice data
sujitnewrelic Feb 10, 2025
1c4cd91
Updated the term Forecast to Predict
sujitnewrelic Feb 17, 2025
ddde227
Update nrql-predictions.mdx
sujitnewrelic Feb 17, 2025
a5f850c
Updated the screenshots
sujitnewrelic Feb 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update nrql-syntax-clauses-functions.mdx
sujitnewrelic committed Jan 23, 2025
commit 85673049c8a6609da0eed05cac4870cfe2891efc
7 changes: 3 additions & 4 deletions src/content/docs/nrql/nrql-syntax-clauses-functions.mdx
Original file line number Diff line number Diff line change
@@ -486,10 +486,9 @@ As noted in our [basic NRQL syntax doc](/docs/query-your-data/nrql-new-relic-que
* Sets the prediction range to 20% of the query window by default.
* Processes historical data from the current query window and the two preceding ones to generate predictions by default.

<Callout title="important">
The `FORECAST` clause is not supported with the `COMPARE WITH` [clause](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare), [nested aggregations](/docs/nrql/using-nrql/nested-aggregation-make-ordered-computations-single-query), and inside [subqueries](/docs/nrql/using-nrql/subqueries-in-nrql/), or JSON functions.
</Callout>

<Callout variant="important">
The `FORECAST` clause is not supported with the [`COMPARE WITH`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare) clause, [nested aggregations](/docs/nrql/using-nrql/nested-aggregation-make-ordered-computations-single-query), and inside [subqueries](/docs/nrql/using-nrql/subqueries-in-nrql/), or JSON functions.
</Callout>
You can additionally append `BY <time range>` and `USING <time range>` to refine the prediction trend to your specific needs.
To indicate the time range and historical data span, use `integer units`. For example: