Skip to content

Commit 95d4745

Browse files
Bookmarks.
1 parent 82788d3 commit 95d4745

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-hub/monitor-iot-hub-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For most metrics, all aggregation types are valid. For count metrics with a **Un
7171
| Result | Either `success` or `failure` |
7272
| RoutingSource | `Device Messages`, `Twin Change Events`, `Device Lifecycle Events` |
7373

74-
<a name="device-telemetry-metrics"></a><a name="routing-metric"></a><a name="device-metrics"></a>
74+
<a name="device-telemetry-metrics"></a><a name="routing-metrics"></a><a name="device-metrics"></a>
7575
### Metrics display name and aggregation
7676

7777
The following tables provide more information about the metrics described in the preceding table. They show the IoT Hub platform metrics by general category and list metrics by their display name as assigned in the Azure portal.

articles/iot-hub/troubleshoot-message-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article provides monitoring and troubleshooting guidance for common issues
1515

1616
## Monitoring message routing
1717

18-
We recommend you monitor [IoT Hub metrics related to message routing and endpoints](monitor-iot-hub-reference.md#routing-metrics) to give you an overview of the messages sent. You can also create a diagnostic setting to send operations for [**routes** in IoT Hub resource logs](monitor-iot-hub-reference.md#routes) to Azure Monitor Logs, Event Hubs or Azure Storage for custom processing. To learn more about using metrics, resource logs, and diagnostic settings, see [Monitor IoT Hub](monitor-iot-hub.md). For a tutorial, see [Set up and use metrics and resource logs with an IoT hub](tutorial-use-metrics-and-diags.md).
18+
We recommend you monitor [IoT Hub metrics related to message routing and endpoints](monitor-iot-hub-reference.md#routing-metrics) to give you an overview of the messages sent. You can also create a diagnostic setting to send operations for [**routes** in IoT Hub resource logs](monitor-iot-hub-reference.md#routes-category) to Azure Monitor Logs, Event Hubs or Azure Storage for custom processing. To learn more about using metrics, resource logs, and diagnostic settings, see [Monitor IoT Hub](monitor-iot-hub.md). For a tutorial, see [Set up and use metrics and resource logs with an IoT hub](tutorial-use-metrics-and-diags.md).
1919

2020
We also recommend enabling the [fallback route](iot-hub-devguide-messages-d2c.md#fallback-route) if you want to maintain messages that don't match the query on any of the routes. These can be retained in the [built-in endpoint](iot-hub-devguide-messages-read-builtin.md) for the amount of retention days configured.
2121

@@ -36,7 +36,7 @@ All the [IoT Hub metrics related to routing](monitor-iot-hub-reference.md#routin
3636

3737
#### The resource logs for any operational issues
3838

39-
Observe the [**Routes** resource logs](monitor-iot-hub-reference.md#routes) to get more information on the routing and endpoint [operations](#operation-names) or identify errors and relevant [error code](#common-error-codes) to understand the issue further. For example, the operation name **RouteEvaluationError** in the log indicates the route could not be evaluated because of an issue with the message format. Use the tips provided for the specific [operation names](#operation-names) to mitigate the issue. When an event is logged as an error, the log will also provide more information on why the evaluation failed. For example, if the operation name is **EndpointUnhealthy**, an [Error code](#common-error-codes) of 403004 indicates the endpoint ran out of space.
39+
Observe the [**Routes** resource logs](monitor-iot-hub-reference.md#routes-category) to get more information on the routing and endpoint [operations](#operation-names) or identify errors and relevant [error code](#common-error-codes) to understand the issue further. For example, the operation name **RouteEvaluationError** in the log indicates the route could not be evaluated because of an issue with the message format. Use the tips provided for the specific [operation names](#operation-names) to mitigate the issue. When an event is logged as an error, the log will also provide more information on why the evaluation failed. For example, if the operation name is **EndpointUnhealthy**, an [Error code](#common-error-codes) of 403004 indicates the endpoint ran out of space.
4040

4141
#### The health of the endpoint
4242

@@ -63,7 +63,7 @@ You can enable or disable the fallback route in the Azure portal by using the Me
6363

6464
## Routes resource logs
6565

66-
The following are the operation names and error codes logged in the [routes resource logs](monitor-iot-hub-reference.md#routes).
66+
The following are the operation names and error codes logged in the [routes resource logs](monitor-iot-hub-reference.md#routes-category).
6767

6868
<a id="diagnostics-operation-names"></a>
6969
### Operation Names

0 commit comments

Comments
 (0)