Why use refresh intervals?
Refresh intervals allow you to:- Keep data fresh without manual reloads and automatically re-run queries behind the scenes
- Power live dashboards for operations and support teams
- Monitor real-time metrics
How to enable auto-refresh
Once set, the dashboard will automatically re-fetch data from ClickHouse at the selected interval.
Available refresh rate
Available time intervals
Snippet to make use of the time interval in the query:
Best practices
- Use dynamic bindings like
{{filter.timeLimit.start}},{{filter.timeLimit.end}}to make your chart respond to dashboard time filters. - Avoid using
LIMIT 1000or wide result sets on high-frequency updates - Use refresh intervals in combination with pinned dashboards for kiosk or ops setups

