You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-create-dashboard.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ To quickly create a dashboard, import a dashboard template from the Grafana Labs
37
37
1. In the Grafana portal, go to **Dashboards > Import**.
38
38
1. On the **Import** page, under **Import via grafana.com**, paste the Grafana dashboard ID copied earlier, and select **Load**.
39
39
40
-
:::image type="content" source="media/dashboard/import-load.png" alt-text="Screenshot of the Grafana instance. Load dashboard to import.":::
40
+
:::image type="content" source="media/create-dashboard/import-load.png" alt-text="Screenshot of the Grafana instance. Load dashboard to import.":::
41
41
42
42
1. Optionally update the dashboard name, folder and UID.
43
43
1. Select a datasource and select **Import**.
@@ -68,7 +68,7 @@ If none of the pre-configured dashboards listed on the Grafana Labs website fit
68
68
- **Add a new row**: instantly creates a dashboard with a new empty row.
69
69
- **Add a panel from the panel library**: instantly creates a dashboard with an existing reusable panel from another instance you have access to.
70
70
71
-
:::image type="content" source="media/dashboard/from-scratch.png" alt-text="Screenshot of the Grafana instance. Create a new dashboard.":::
71
+
:::image type="content" source="media/create-dashboard/from-scratch.png" alt-text="Screenshot of the Grafana instance. Create a new dashboard.":::
72
72
73
73
### [Azure CLI](#tab/azure-cli)
74
74
@@ -109,7 +109,7 @@ To copy a Grafana dashboard:
109
109
1. Select **Save as**
110
110
1. Enter a new name and/or a new folder and select **Save**
111
111
112
-
:::image type="content" source="media\dashboard\copy-dashboard.png" alt-text="Screenshot of the Grafana instance. Duplicate a dashboard.":::
112
+
:::image type="content" source="media\create-dashboard\copy-dashboard.png" alt-text="Screenshot of the Grafana instance. Duplicate a dashboard.":::
113
113
114
114
### [Azure CLI](#tab/azure-cli)
115
115
@@ -153,15 +153,15 @@ To update a Grafana panel, follow the steps below.
153
153
154
154
1. Review the panel to check if you're satisfied with it or want to make some edits.
155
155
156
-
:::image type="content" source="media/dashboard/visualization.png" alt-text="Screenshot of the Grafana instance. Example of visualization.":::
156
+
:::image type="content" source="media/create-dashboard/visualization.png" alt-text="Screenshot of the Grafana instance. Example of visualization.":::
157
157
158
158
1. In the lower part of the page:
159
159
1. **Query** tab:
160
160
1. Review the selected data source. If necessary, select the drop-down list to use another data source.
161
161
1. Update the query. Each data source has a specific query editor that provides different features and capabilities for that type of [data source](https://grafana.com/docs/grafana/v9.1/datasources/#querying).
162
162
1. Select **+ Query** or **+ Expression** to add a new query or expression.
163
163
164
-
:::image type="content" source="media/dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Queries.":::
164
+
:::image type="content" source="media/create-dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Queries.":::
165
165
166
166
1. **Transform** tab: filter data or queries, and organize or combine data before the data is visualized.
167
167
1. **Alert** tab: set alert rules and notifications.
@@ -172,7 +172,7 @@ To update a Grafana panel, follow the steps below.
172
172
1. Select the time icon to update the time range
173
173
1. Select the visualization drop-down menu to choose a visualization type that best supports your use case. Go to [visualization](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/) for more information.
174
174
175
-
:::image type="content" source="media/dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Time, visualization and more options.":::
175
+
:::image type="content" source="media/create-dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Time, visualization and more options.":::
176
176
177
177
1. On the right hand side, select the **Panel options** icon to review and update various panel options.
0 commit comments