-
FEATURE: store WITH templates as a hidden dashboard variable instead of datasource settings. Templates are now automatically exported/imported with dashboards and support Grafana variable reactivity. See #490.
Migration guide: existing templates from datasource settings continue to work automatically — no action is required. To fully migrate a dashboard to the new storage:- Open any panel on the dashboard in edit mode.
- Click the
WITH templatesbutton (gear icon) and clickSave. - All panels on the dashboard will be automatically migrated in a single step.
- Save the dashboard to persist the changes.
-
BUGFIX: fix instant queries returning no data when the auto-calculated step is smaller than the metric scrape interval. The minimum step for instant queries is now enforced at 5 minutes unless the user explicitly sets a lower value via the
Min stepfield. See #491. -
BUGFIX: fix autocomplete inserting duplicate prefix for metric names containing dots (e.g.
kubernetes.pod.id). See #493.