Skip to content

Commit 5959a43

Browse files
committed
Additional updates to article and screenshots
1 parent c7f03e8 commit 5959a43

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
44.6 KB
Loading

articles/healthcare-apis/iot/iot-metrics-diagnostics-export.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,24 @@ In this article, you'll learn how to enable IoT connector metrics logging. The f
3232

3333
4. Enter a name in the **Diagnostic setting name** dialog box.
3434

35-
5. Under **Destination details**, select the method you want to use to access your diagnostic logs. In this example, we've selected an Azure storage account.
35+
5. Under **Destination details**, select the method you want to use to access your metrics logs. In this example, we've selected an Azure storage account.
3636

37+
IoT connector logs and metrics can be sent to destinations in the following table:
38+
39+
|Destination|Description|
40+
|-----------|-----------|
41+
|Log Analytics workspace|Metrics are converted to log form. This option may not be available for all resource types. Sending them to the Azure Monitor Logs store (which is searchable via Log Analytics) helps you to integrate them into queries, alerts, and visualizations with existing log data.|
42+
|Azure storage account|Archiving logs and metrics to an Azure storage account is useful for audit, static analysis, or backup. Compared to Azure Monitor Logs and a Log Analytics workspace, Azure storage is less expensive and logs can be kept there indefinitely.|
43+
|Event Hubs|Sending logs and metrics to Event Hubs allows you to stream data to external systems such as third-party SIEMs and other Log Analytics solutions.|
44+
|Azure Monitor partner integrations|Specialized integrations between Azure Monitor and other non-Microsoft monitoring platforms. Useful when you're already using one of the partners.|
45+
3746
> [!Important]
3847
> Each **Destination details** selection requires that certain resources (for example: an existing storage account) be created and available before the selection can be successfully configured. Click each selection to get a list of required resources.
3948
4049
6. Select **AllMetrics**
4150

4251
> [!Note]
43-
> **Allmetrics** contains the following IoT connector metrics:
52+
> **AllMetrics** contains the following IoT connector metrics:
4453
> * TotalErrors
4554
> * DeviceEvent
4655
> * NormalizedEvent

0 commit comments

Comments
 (0)