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

Daily release/sep 10 2024 11 01 #18625

Merged
merged 4 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <DNT>**Refresh rate**</DNT> option. To configure the refresh rate in a chart, follow these steps:

1. Go to <DNT>**[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Query your data**</DNT>.

2. Add your query.

3. Click <DNT>**Run**</DNT>.

4. Click <DNT>**Refresh rate**</DNT> and select a frequency.

<img
title="A query example that shows the refresh rate option."
alt="A screenshot of a query example that shows the refresh rate option."
src="/images/queries-nrql_screenshot-crop_refresh-rate.webp"
/>

Binary file modified static/images/crop-insights-histogram-chart.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified static/images/queries-nrql_screenshot-crop_area-type-chart.webp
Binary file not shown.
Binary file not shown.
Binary file modified static/images/queries-nrql_screenshot-crop_heatmap-chart.webp
Binary file not shown.
Binary file not shown.
Binary file modified static/images/queries-nrql_screenshot-full_chart-type.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading