Import a Grafana dashboard
- Go to Dashboards.
- Create a dashboard in the folder where you want the imported dashboard to live.
- Click Edit in the top right, or press
E. - Click Dashboard settings (the gear icon).
- Select Import JSON.
- Select Grafana JSON.
- Paste your Grafana dashboard JSON.
- Import the dashboard, review the converted widgets, and save any adjustments.
Known limitations
Grafana import currently has the following known limitations:- Heatmaps are not supported.
- Status history widgets are not supported.
- Transforms are not supported.
- Some PromQL functions, such as
idelta, are not supported by MetoroQL. - Dynamic numbers of groups, such as collapsible groups based on variables, are not supported.
Widgets that Metoro does not currently support are imported as empty markdown widgets. If a PromQL function is used that MetoroQL does not support, the chart will show an error with the unsupported function name.
Keep imported dashboards synced
After importing a Grafana dashboard, you can export it as a Kubernetes ConfigMap and keep it in your clusters so Metoro can automatically keep your dashboards synced. To export the imported dashboard:- Open the dashboard and choose Edit.
- Click Dashboard settings (the gear icon).
- Select Export.
- Choose YAML (ConfigMap).
- Apply the generated ConfigMap to your cluster.
