diff --git a/src/content/docs/query-your-data/explore-query-data/use-charts/chart-refresh-rates.mdx b/src/content/docs/query-your-data/explore-query-data/use-charts/chart-refresh-rates.mdx index 6d04e0fe32e..dce7cf1e820 100644 --- a/src/content/docs/query-your-data/explore-query-data/use-charts/chart-refresh-rates.mdx +++ b/src/content/docs/query-your-data/explore-query-data/use-charts/chart-refresh-rates.mdx @@ -3,12 +3,18 @@ title: Chart refresh rates metaDescription: 'New Relic chart refresh rates.' redirects: - /docs/insights/use-insights-ui/manage-dashboards/insights-chart-refresh-intervals -freshnessValidatedDate: never +freshnessValidatedDate: 2024-09-09 --- -The refresh rate of New Relic charts is the range of the query's timeframe divided by 60. The maximum frequency with which queries can be refreshed is every 5 seconds. +The refresh rate of New Relic charts is the number of times per second that a chart is refreshed. You can select a default configuration, and you can also configure this refresh rate. -For example: +This configuration lets you decide how often you want to update your data. It also gives you control over your costs. See the [Overview of our pricing models](/docs/accounts/original-accounts-billing/original-product-based-pricing/overview-pricing-models/#determine-pricing) to learn more. + +## Default chart refresh rates [#default-chart-refresh] + +The refresh rate of New Relic charts is the range of the query timeframe divided by 60. The maximum frequency at which queries can be refreshed is every 5 seconds. + +These examples will help you understand how the default chart refresh rate works: * A query with a 7-day time range would have a refresh rate of once every 2.8 hours. * A query with a 1-hour time range would have a refresh rate of once every 1 minute. @@ -17,3 +23,23 @@ For queries using `TIMESERIES`, the size of the `TIMESERIES` bucket is used as t * `SELECT count(*) FROM PageView TIMESERIES 5 minutes` would refresh every 5 minutes. * `SELECT count(*) FROM PageView TIMESERIES 1 hour SINCE 1 day ago` would refresh every hour. + + +## Customize chart refresh rates [#customize-chart-refresh] + +You can customize the rate of refresh in your charts by using the **Refresh rate** option. To configure the refresh rate in a chart, follow these steps: + +1. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Query your data**. + +2. Add your query. + +3. Click **Run**. + +4. Click **Refresh rate** and select a frequency. + + A screenshot of a query example that shows the refresh rate option. + diff --git a/static/images/crop-insights-histogram-chart.webp b/static/images/crop-insights-histogram-chart.webp index f0be92c4de1..c617aaeed24 100644 Binary files a/static/images/crop-insights-histogram-chart.webp and b/static/images/crop-insights-histogram-chart.webp differ diff --git a/static/images/dashboards_screenshot-crop_choose-null-values.webp b/static/images/dashboards_screenshot-crop_choose-null-values.webp index aad58998b09..6cc758ef849 100644 Binary files a/static/images/dashboards_screenshot-crop_choose-null-values.webp and b/static/images/dashboards_screenshot-crop_choose-null-values.webp differ diff --git a/static/images/dashboards_screenshot-crop_customize-chart-units.webp b/static/images/dashboards_screenshot-crop_customize-chart-units.webp index 8faf7875377..407da997077 100644 Binary files a/static/images/dashboards_screenshot-crop_customize-chart-units.webp and b/static/images/dashboards_screenshot-crop_customize-chart-units.webp differ diff --git a/static/images/dashboards_screenshot-crop_dashboard-chart-color.webp b/static/images/dashboards_screenshot-crop_dashboard-chart-color.webp index 708caef818a..e440cac7247 100644 Binary files a/static/images/dashboards_screenshot-crop_dashboard-chart-color.webp and b/static/images/dashboards_screenshot-crop_dashboard-chart-color.webp differ diff --git a/static/images/queries-nrql_screenshot-crop_area-type-chart.webp b/static/images/queries-nrql_screenshot-crop_area-type-chart.webp index bd9225edcc5..6f8f682f597 100644 Binary files a/static/images/queries-nrql_screenshot-crop_area-type-chart.webp and b/static/images/queries-nrql_screenshot-crop_area-type-chart.webp differ diff --git a/static/images/queries-nrql_screenshot-crop_bullet-type-chart.webp b/static/images/queries-nrql_screenshot-crop_bullet-type-chart.webp index 220f347dfc9..b4573b7afec 100644 Binary files a/static/images/queries-nrql_screenshot-crop_bullet-type-chart.webp and b/static/images/queries-nrql_screenshot-crop_bullet-type-chart.webp differ diff --git a/static/images/queries-nrql_screenshot-crop_heatmap-chart.webp b/static/images/queries-nrql_screenshot-crop_heatmap-chart.webp index 158369fe8af..e4a08f3d475 100644 Binary files a/static/images/queries-nrql_screenshot-crop_heatmap-chart.webp and b/static/images/queries-nrql_screenshot-crop_heatmap-chart.webp differ diff --git a/static/images/queries-nrql_screenshot-crop_refresh-rate.webp b/static/images/queries-nrql_screenshot-crop_refresh-rate.webp new file mode 100644 index 00000000000..45e66da8b21 Binary files /dev/null and b/static/images/queries-nrql_screenshot-crop_refresh-rate.webp differ diff --git a/static/images/queries-nrql_screenshot-full_chart-type.webp b/static/images/queries-nrql_screenshot-full_chart-type.webp index 87dc879207d..e503e096841 100644 Binary files a/static/images/queries-nrql_screenshot-full_chart-type.webp and b/static/images/queries-nrql_screenshot-full_chart-type.webp differ diff --git a/static/images/queries-nrql_screenshot-full_custom-chart-date-format.webp b/static/images/queries-nrql_screenshot-full_custom-chart-date-format.webp index 748e3f0b35c..82742456509 100644 Binary files a/static/images/queries-nrql_screenshot-full_custom-chart-date-format.webp and b/static/images/queries-nrql_screenshot-full_custom-chart-date-format.webp differ diff --git a/static/images/queries-nrql_screenshot-full_custom-chart-decimals.webp b/static/images/queries-nrql_screenshot-full_custom-chart-decimals.webp index 3ebc07ba252..fa45a309f52 100644 Binary files a/static/images/queries-nrql_screenshot-full_custom-chart-decimals.webp and b/static/images/queries-nrql_screenshot-full_custom-chart-decimals.webp differ diff --git a/static/images/queries-nrql_screenshot-full_custom-chart-legend.webp b/static/images/queries-nrql_screenshot-full_custom-chart-legend.webp index d970c311c70..6b0b465bcc4 100644 Binary files a/static/images/queries-nrql_screenshot-full_custom-chart-legend.webp and b/static/images/queries-nrql_screenshot-full_custom-chart-legend.webp differ diff --git a/static/images/queries-nrql_screenshot-full_custom-chart-others.webp b/static/images/queries-nrql_screenshot-full_custom-chart-others.webp index b6ccdb18341..2b537a90314 100644 Binary files a/static/images/queries-nrql_screenshot-full_custom-chart-others.webp and b/static/images/queries-nrql_screenshot-full_custom-chart-others.webp differ diff --git a/static/images/queries-nrql_screenshot-full_custom-chart-timestamp.webp b/static/images/queries-nrql_screenshot-full_custom-chart-timestamp.webp index 0f96df7a1dd..f4fe317b827 100644 Binary files a/static/images/queries-nrql_screenshot-full_custom-chart-timestamp.webp and b/static/images/queries-nrql_screenshot-full_custom-chart-timestamp.webp differ