Skip to content

Commit cc9db39

Browse files
Minor edits.
1 parent dae2c7e commit cc9db39

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table lists the metrics available for the Microsoft.Devices/IoTHub
2626

2727
### Supported aggregations
2828

29-
The **Aggregation Type** column in each table corresponds to the default aggregation that is used when the metric is selected for a chart or alert.
29+
The **Aggregation Type** column in the table corresponds to the default aggregation that is used when the metric is selected for a chart or alert.
3030

3131
:::image type="content" source="./media/monitor-iot-hub-reference/aggregation-type.png" alt-text="Screenshot showing aggregation for metrics.":::
3232

@@ -56,7 +56,7 @@ The following tables provide more information about the metrics described in the
5656

5757
Cloud to device command metrics:
5858

59-
| Metric Display Name | Metric | Unit | Description |
59+
| Metric display name | Metric | Unit | Description |
6060
|:---|:---|:---|:---|
6161
| C2D Messages Expired | C2DMessagesExpired | Count | Number of expired cloud-to-device messages |
6262
| C2D message deliveries completed | c2d.commands.egress.complete.success | Count | Number of cloud-to-device message deliveries completed successfully by the device |
@@ -67,7 +67,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
6767

6868
Cloud to device direct methods metrics:
6969

70-
| Metric Display Name | Metric | Unit | Description |
70+
| Metric display name | Metric | Unit | Description |
7171
|:---|:---|:---|:---|
7272
| Failed direct method invocations | c2d.methods.failure | Count | The count of all failed direct method calls. |
7373
| Request size of direct method invocations | c2d.methods.requestSize | Bytes | The count of all successful direct method requests. |
@@ -78,7 +78,7 @@ For metrics with a **Unit** value of **Count** only total (sum) aggregation is v
7878

7979
Cloud to device twin operations metrics:
8080

81-
| Metric Display Name | Metric | Unit | Description |
81+
| Metric display name | Metric | Unit | Description |
8282
|:---|:---|:---|:---|
8383
| Failed twin reads from back end | c2d.twin.read.failure | Count | The count of all failed back-end-initiated twin reads. |
8484
| Failed twin updates from back end | c2d.twin.update.failure | Count | The count of all failed back-end-initiated twin updates. |
@@ -91,15 +91,15 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
9191

9292
Configurations metrics:
9393

94-
| Metric Display Name | Metric | Unit | Description |
94+
| Metric display name | Metric | Unit | Description |
9595
|:---|:---|:---|:---|
9696
| Configuration Metrics | configurations | Count | Number of total CRUD operations performed for device configuration and IoT Edge deployment, on a set of target devices. Included are the number of operations that modify the device twin or module twin because of these configurations. |
9797

9898
For metrics with a **Unit** value of **Count**, only total (sum) aggregation is valid. Minimum, maximum, and average aggregations always return 1. For more information, see [Supported aggregations](#supported-aggregations).
9999

100100
Daily quota metrics:
101101

102-
| Metric Display Name | Metric | Unit | Description |
102+
| Metric display name | Metric | Unit | Description |
103103
|:---|:---|:---|:---|
104104
| Total device data usage | deviceDataUsage | Bytes | Bytes transferred to and from any devices connected to IotHub |
105105
| Total device data usage (preview) | deviceDataUsageV2 | Total|Bytes transferred to and from any devices connected to IotHub |
@@ -109,7 +109,7 @@ For *Total number of messages used*, only minimum, maximum, and average aggregat
109109

110110
Device metrics:
111111

112-
| Metric Display Name | Metric | Unit | Description |
112+
| Metric display name | Metric | Unit | Description |
113113
|:---|:---|:---|:---|
114114
| Total devices (deprecated) | devices.totalDevices | Count | Number of devices registered to your IoT hub |
115115
| Connected devices (deprecated) | devices.connectedDevices.allProtocol | Count | Number of devices connected to your IoT hub |
@@ -124,7 +124,7 @@ For *Total devices* and *Connected devices*, only minimum, maximum, and average
124124

125125
Device telemetry metrics:
126126

127-
| Metric Display Name | Metric | Unit | Description |
127+
| Metric display name | Metric | Unit | Description |
128128
|:---|:---|:---|:---|
129129
| Number of throttling errors | d2c.telemetry.ingress.sendThrottle | Count | Number of throttling errors due to device throughput throttles |
130130
| Telemetry 'message send' attempts | d2c.telemetry.ingress.allProtocol | Count | Number of device-to-cloud telemetry messages attempted to be sent to your IoT hub |
@@ -134,7 +134,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
134134

135135
Device to cloud twin operations metrics:
136136

137-
| Metric Display Name | Metric | Unit | Description |
137+
| Metric display name | Metric | Unit | Description |
138138
|:---|:---|:---|:---|
139139
| Failed twin reads from devices | d2c.twin.read.failure | Count |The count of all failed device-initiated twin reads. |
140140
| Failed twin updates from devices | d2c.twin.update.failure|Count | The count of all failed device-initiated twin updates. |
@@ -147,7 +147,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
147147

148148
Event Grid metrics:
149149

150-
| Metric Display Name | Metric | Unit | Description |
150+
| Metric display name | Metric | Unit | Description |
151151
|:---|:---|:---|:---|
152152
| Event Grid deliveries | EventGridDeliveries | Count | The number of IoT Hub events published to Event Grid. Use the Result dimension for the number of successful and failed requests. EventType dimension shows the type of event (https://aka.ms/ioteventgrid). |
153153
| Event Grid latency | EventGridLatency | Milliseconds | The average latency (milliseconds) from when the Iot Hub event was generated to when the event was published to Event Grid. This number is an average between all event types. Use the EventType dimension to see latency of a specific type of event. |
@@ -156,7 +156,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
156156

157157
Jobs metrics:
158158

159-
| Metric Display Name | Metric | Unit | Description |
159+
| Metric display name | Metric | Unit | Description |
160160
|:---|:---|:---|:---|
161161
| Completed jobs | jobs.completed | Count | The count of all completed jobs. |
162162
| Failed calls to list jobs | jobs.listJobs.failure | Count | The count of all failed calls to list jobs. |
@@ -175,7 +175,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
175175

176176
Routing metrics:
177177

178-
| Metric Display Name | Metric | Unit | Description |
178+
| Metric display name | Metric | Unit | Description |
179179
|:---|:---|:---|:---|
180180
| Routing Deliveries (preview) | RoutingDeliveries | Count | The routing delivery metric. Use the dimensions to identify the delivery status for a specific endpoint or for a specific routing source. |
181181
| Routing Delivery Message Size In Bytes (preview) | RoutingDataSizeInBytesDelivered | Bytes | The total number of bytes routed by IoT Hub to custom endpoint and built-in endpoint. Use the dimensions to identify data size routed to a specific endpoint or for a specific routing source. |
@@ -202,7 +202,7 @@ For metrics with a **Unit** value of **Count**, only total (sum) aggregation is
202202

203203
Twin query metrics:
204204

205-
| Metric Display Name | Metric | Unit | Description |
205+
| Metric display name | Metric | Unit | Description |
206206
|:---|:---|:---|:---|
207207
| Failed twin queries | twinQueries.failure | Count | The count of all failed twin queries. |
208208
| Successful twin queries | twinQueries.success | Count | The count of all successful twin queries. |

0 commit comments

Comments
 (0)