- Time Range: The total time window you’re viewing. For example, the last 24 hours or the last 7 days.
- Max Data Points: The maximum number of data points to return for each time series for any given chart. This setting is a global default that helps prevent performance issues, and ensures consistent visualization across your dashboards.
-
Resolution: Affects the maximum data points displayed. Resolution and the rendered
interval are inversely proportional to each other. A higher resolution indicates
using a smaller interval. Resolution settings are:
- Low: Reduces max data points for better performance
- Medium (Default): Balanced between performance and detail
- High: Increases max data points for maximum detail
Best practices
Consider the following ideas when creating intervals:- Create your
$intervalvariable with meaningful options. Consider natural resolution of your data when setting interval options. - Include the
$intervalvariable in the custom resolution option. - Including the variable in the Min step alone won’t enforce the selected interval.
Things to avoid
Most users should avoid changing the interval resolution. If you need to create intervals, follow these guidelines:- Don’t create interval options smaller than your data resolution. If your intervals are smaller than your data resolution, your graphs can look like data is missing.
- Account for rate calculations in counter metrics.
Use intervals
You can use intervals as variables.Query intervals
Users can specify this variable as their query interval.- Directly controls how data is aggregated and grouped
- Ensures consistent data resolution
- Respects user-selected intervals when configured
Render Intervals
You can specify the custom render interval for a panel by specifying it at the panel level as a custom resolution. You can also set a Min step. The minimum step serves as a floor for data resolution by:- Setting the minimum interval that the data source uses.
- Acting as a guideline rather than a strict rule.
- In instances where the custom resolution is lower than the Min step, the Min step is respected.
- Final data points still respect the max data points setting.
Custom render intervals for an entire dashboard
In general, Chronosphere doesn’t recommend modifying the render interval for all panels in a dashboard as a common mechanism. If you need to modify an entire dashboard, you must use$interval as a custom resolution for all the panels on that dashboard.