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
Visually explore metrics collected from IoT Edge devices using Azure Monitor workbooks. Curated monitoring workbooks for IoT Edge devices are available as public templates:
16
+
You can visually explore metrics collected from IoT Edge devices by using Azure Monitor workbooks. Curated monitoring workbooks for IoT Edge devices are available as public templates:
17
17
18
-
* For devices connected to IoT Hub, from the **IoT Hub** page in the Azure portal, navigate to the **Workbooks** page in the **Monitoring** section.
19
-
* For devices connected to IoT Central, from the **IoT Central** page in the Azure portal, navigate to the **Workbooks** page in the **Monitoring** section.
18
+
* For devices connected to IoT Hub, from the **IoT Hub** page in the Azure portal, go to the **Workbooks** page in the **Monitoring** section.
19
+
* For devices connected to IoT Central, from the **IoT Central** page in the Azure portal, go to the **Workbooks** page in the **Monitoring** section.
20
20
21
-
Curated workbooks use [built-in metrics](how-to-access-built-in-metrics.md) from IoT Edge runtime. Metrics must first be [ingested](how-to-collect-and-transport-metrics.md) into a Log Analytics workspace. These views don't require metrics instrumentation from workload modules.
21
+
Curated workbooks use [built-in metrics](how-to-access-built-in-metrics.md) from the IoT Edge runtime. You must first [ingest](how-to-collect-and-transport-metrics.md) metrics into a Log Analytics workspace. These views don't require metrics instrumentation from workload modules.
22
22
23
23
## Access curated workbooks
24
24
25
-
Azure Monitor workbooks for IoT are templates that let you visualize device metrics. You can customize them to fit your solution.
25
+
Azure Monitor workbooks for IoT are templates that you use to visualize device metrics. You can customize them to fit your solution.
26
26
27
27
Follow these steps to access the curated workbooks:
28
28
29
29
1. Sign in to the [Azure portal](https://portal.azure.com), and go to your IoT Hub or IoT Central application.
30
-
31
30
1. Select **Workbooks** from the **Monitoring** section of the menu.
32
-
33
31
1. Choose a workbook to explore from the list of public templates:
34
32
35
-
***Fleet View**: Monitor your fleet of devices across multiple IoT Hubs or Central Apps, and drill into specific devices for a health snapshot.
33
+
***Fleet View**: Monitor your fleet of devices across multiple IoT Hubs or Central Apps, and drill into specific devices for a health snapshot.
36
34
37
-
***Device Details**: Visualize device details around messaging, modules, and host components on an IoT Edge device.
35
+
***Device Details**: Visualize device details around messaging, modules, and host components on an IoT Edge device.
38
36
39
-
***Alerts**: View triggered [alerts](how-to-create-alerts.md) for devices across multiple IoT resources.
37
+
***Alerts**: View triggered [alerts](how-to-create-alerts.md) for devices across multiple IoT resources.
40
38
41
-
See the following sections for a preview of the data and visualizations each workbook offers.
39
+
For a preview of the data and visualizations each workbook offers, see the following sections.
42
40
43
-
>[!NOTE]
44
-
> The screen captures that follow may not reflect the latest workbook design.
41
+
>[!NOTE]
42
+
> The screen captures that follow might not reflect the latest workbook design.
45
43
46
44
## Fleet view workbook
47
45
@@ -63,7 +61,7 @@ The device details workbook has three views:
63
61
64
62
Switch between views by selecting the tabs at the top of the workbook.
65
63
66
-
The device details workbook also integrates with the IoT Edge portal-based troubleshooting experience. You can pull **Live logs** from your device using this feature. Access this experience by selecting the **Troubleshoot \<device name> live** button above the workbook.
64
+
The device details workbook also integrates with the IoT Edge portal-based troubleshooting experience. You can pull **Live logs** from your device by using this feature. Access this experience by selecting the **Troubleshoot \<device name\> live** button above the workbook.
67
65
68
66
# [Messaging](#tab/messaging)
69
67
@@ -92,11 +90,11 @@ The **Modules** view shows metrics collected from the edgeAgent module, which re
92
90
93
91
:::image type="content" source="./media/how-to-explore-curated-visualizations/how-to-explore-host-details.gif" alt-text="The host section of the device details workbook." lightbox="./media/how-to-explore-curated-visualizations/how-to-explore-host-details.gif":::
94
92
95
-
The **Host** view shows metrics from the edgeAgent module. It includes information like:
93
+
The **Host** view shows metrics from the **edgeAgent** module. It includes information like:
96
94
97
95
* Host component version information
98
96
* Uptime
99
-
* CPU, memory, and disk space use at the host-level
97
+
* CPU, memory, and disk space use at the hostlevel
100
98
101
99
# [Live logs](#tab/livelogs)
102
100
@@ -116,13 +114,12 @@ Select a severity row to view alert details. The **Alert rule** link opens the a
116
114
117
115
## Customize workbooks
118
116
119
-
[Azure Monitor workbooks](/azure/azure-monitor/visualize/workbooks-overview) are customizable. You can edit the public templates to suit your requirements. All the visualizations are driven by resource-centric [Kusto Query Language](/azure/data-explorer/kusto/query/) queries on the [InsightsMetrics](/azure/azure-monitor/reference/tables/insightsmetrics) table.
117
+
You can customize [Azure Monitor workbooks](/azure/azure-monitor/visualize/workbooks-overview). Edit the public templates to suit your requirements. All the visualizations come from resource-centric [Kusto Query Language](/azure/data-explorer/kusto/query/) queries on the [InsightsMetrics](/azure/azure-monitor/reference/tables/insightsmetrics) table.
120
118
121
119
To customize a workbook, enter editing mode. Select the **Edit** button in the workbook's menu bar. Curated workbooks use workbook groups extensively. You might need to select **Edit** on several nested groups to view a visualization query.
122
120
123
121
Save your changes as a new workbook. You can [share](/azure/azure-monitor/visualize/workbooks-overview#access-control) the saved workbook with your team or [deploy them programmatically](/azure/azure-monitor/visualize/workbooks-automate) as part of your organization's resource deployments.
124
122
125
-
126
123
## Next steps
127
124
128
125
Customize your monitoring solution with [alert rules](how-to-create-alerts.md) and [metrics from custom modules](how-to-add-custom-metrics.md).
0 commit comments