Skip to content

[DO NOT MERGE](Feat: NRQL Predictions): Removed preview callout and updated pricing section for GA #20887

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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

sujitnewrelic
Copy link
Contributor

Expected to be published on 30th June. Sync with Alex (PM) before merging.

…pdated pricing section for GA.

Expected to be published on 30th June. Sync with Alex (PM) before merging.
@sujitnewrelic sujitnewrelic self-assigned this Jun 10, 2025
@sujitnewrelic sujitnewrelic added content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers labels Jun 10, 2025
Copy link

netlify bot commented Jun 10, 2025

Deploy Preview for docs-website-netlify ready!

Name Link
🔨 Latest commit 88f4676
🔍 Latest deploy log https://app.netlify.com/projects/docs-website-netlify/deploys/684aef840046880008c00394
😎 Deploy Preview https://deploy-preview-20887--docs-website-netlify.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

Hi @sujitnewrelic 👋

Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes).

@sujitnewrelic sujitnewrelic changed the title [DO NOT MERGE](Feat: Predictive alert): Removed preview callout and updated pricing section for GA [DO NOT MERGE](Feat: NRQL Predictions): Removed preview callout and updated pricing section for GA Jun 10, 2025
@@ -887,6 +886,18 @@ Here're some examples:
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT USING 2 days
```
</Collapser>

<Collapser id="slideby-with-predict" title={<>Use the <InlineCode>SLIDE BY</InlineCode> clause.</>}>
If your forecast has a lot of variation over short periods of time, it may be difficult to see the trends in the data. To smoothen out the spiky chart, you can use the [`SLIDE BY` clause](/#slide-by). This clause aggregates the data into overlapping time windows with a specified slide interval, which can help reduce noise in the data and make it easier to see trends.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link for SLIDE BY is incorrect here. We should update this to be: /docs/nrql/nrql-syntax-clauses-functions/#slide-by

@@ -887,6 +886,18 @@ Here're some examples:
FROM Transaction SELECT count(*) WHERE error IS TRUE TIMESERIES PREDICT USING 2 days
```
</Collapser>

<Collapser id="slideby-with-predict" title={<>Use the <InlineCode>SLIDE BY</InlineCode> clause.</>}>
If your forecast has a lot of variation over short periods of time, it may be difficult to see the trends in the data. To smoothen out the spiky chart, you can use the [`SLIDE BY` clause](/#slide-by). This clause aggregates the data into overlapping time windows with a specified slide interval, which can help reduce noise in the data and make it easier to see trends.
Copy link
Contributor

@amohammed-2 amohammed-2 Jun 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we want to use "predict" rather than "forecast " here. Could we change the first sentence of the above text to:

Smooth out your prediction trends using the [`SLIDE BY` clause](/docs/nrql/nrql-syntax-clauses-functions/#slide-by) if the data in your line chart varies significantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants