-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
Updated the existing topics and added a new one for On-demand forecasting capability on chart.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: On-demand forecasting | ||
tags: | ||
- Forecast on a chart | ||
redirects: | ||
freshnessValidatedDate: never | ||
--- | ||
|
||
Forecasting in New Relic involves using historical data to predict future trends and potential performance issues. | ||
By analyzing historical data, forecasting provides insights into how these metrics might behave in the future. | ||
This proactive approach helps you to anticipate issues before they occur, enabling timely interventions to maintain optimal system performance. | ||
Check notice on line 11 in src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx GitHub Actions / vale[vale] src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx#L11
Raw output
Check notice on line 11 in src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx GitHub Actions / vale[vale] src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx#L11
Raw output
|
||
Forecasting is a powerful tool for decision-making, helping teams to allocate resources effectively, and plan for potential challenges. | ||
Check notice on line 12 in src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx GitHub Actions / vale[vale] src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx#L12
Raw output
|
||
|
||
## Getting started [#getting-started-on-demand-forecast] | ||
Waiting for the content to be added. | ||
Check notice on line 15 in src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx GitHub Actions / vale[vale] src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx#L15
Raw output
|
||
|
||
<img | ||
title="Forecast in the Metrics and events view" | ||
alt="Forecast in the Metrics and events view" | ||
src="" | ||
/> | ||
|
||
<figcaption> | ||
<DNT>(Image to add)**[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Metrics and events**</DNT>: Metrics and events view. | ||
</figcaption> | ||
|
||
## Create a forecast [#create-forecast] | ||
Follow these steps to create a forecast on a line chart in New Relic: | ||
|
||
<Steps> | ||
|
||
<Step> | ||
### Access a line chart [#access-a-line-chart] | ||
|
||
1. Go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities). | ||
2. Choose a line chart from <DNT>**Dashboards**</DNT>, or open it from <DNT>**Metrics and events**</DNT>. | ||
</Step> | ||
|
||
<Step> | ||
### Make a forecast [#make-a-forecast] | ||
|
||
In the upper-right corner of the chart, select <DNT>**Make a forecast**</DNT> from the <DNT>**Options**</DNT> menu. | ||
The forecasted chart opens in <DNT>**Data explorer**</DNT>. | ||
The forecast range is automatically set to next six time windows highlighted in gray, and the graph appears in dotted lines within the forecast range. | ||
|
||
The chart query is pre-populated with the `FORECAST` function. you can refine the query as per your requirements and run it to get the updated graph. | ||
Check notice on line 46 in src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx GitHub Actions / vale[vale] src/content/docs/query-your-data/explore-query-data/use-charts/on-demand-forecasting.mdx#L46
Raw output
|
||
|
||
</Step> | ||
|
||
<Step> | ||
### Add to dashboard [#add-to-dashboard] | ||
|
||
1. Click <DNT>**Add to dashboard**</DNT>. | ||
2. Enter a widget name. | ||
3. Search and slect a dashboard in which you want to add the widget, or create a new dashboard for it. | ||
|
||
You can now view the forecasted chart on the selected dashboard. | ||
|
||
</Step> | ||
|
||
</Steps> |