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/create-grafana-dashboard.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create a Grafana dashboard with Azure Managed Grafana
3
-
description: Learn how to create and set up Azure Managed Grafana dashboards.
3
+
description: Learn how to create and configure Azure Managed Grafana dashboards.
4
4
author: maud-lv
5
5
ms.author: malev
6
6
ms.service: managed-grafana
@@ -49,9 +49,10 @@ If none of the pre-configured dashboards listed on the Grafana Labs website fit
49
49
50
50
1. Select the title of your first panel and select **Edit** to start editing your panel.
51
51
52
-
## Edit a panel
52
+
## Edit a dashboard panel
53
53
54
54
To update your Grafana panel, follow the steps below.
55
+
55
56
1. Review the visualization to check if you're satisfied with the data and display:
56
57
57
58
:::image type="content" source="media/dashboard/visualization.png" alt-text="Screenshot of the Grafana instance. Example of visualization.":::
@@ -62,7 +63,7 @@ To update your Grafana panel, follow the steps below.
62
63
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).
63
64
1. Select **+ Query** or **+ Expression** to add a new query or expression.
64
65
65
-
:::image type="content" source="media/dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Create a new dashboard.":::
66
+
:::image type="content" source="media/dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Queries.":::
66
67
67
68
1.**Transform** tab: filter data or queries, and organize or combine data before the data is visualized.
68
69
1.**Alert** tab: set alert rules and notifications.
@@ -72,9 +73,9 @@ To update your Grafana panel, follow the steps below.
72
73
1. Switch between **Fill** and **Actual** to edit panel size
73
74
1. Select time to update the time range
74
75
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.
75
-
1. Select the **Panel options** icon on the right side to review and update a variety of panel options.
76
+
1. Select the **Panel options** icon on the right side to review and update various panel options.
76
77
77
-
:::image type="content" source="media/dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Open options.":::
78
+
:::image type="content" source="media/dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Time, visualization and more options.":::
78
79
79
80
Grafana displays a preview of your query results with the visualization applied.
0 commit comments