Skip to content

Commit b3f4726

Browse files
authored
Merge pull request #88120 from jlian/patch-33
Clarify twin read not including twin queries
2 parents 4785aed + 0374417 commit b3f4726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ IoT Hub provides several metrics to give you an overview of the health of your h
7676
|c2d<br>.methods<br>.failure|Failed direct method invocations|Count|Total|The count of all failed direct method calls.|No Dimensions|
7777
|c2d<br>.methods<br>.requestSize|Request size of direct method invocations|Bytes|Average|The average, min, and max of all successful direct method requests.|No Dimensions|
7878
|c2d<br>.methods<br>.responseSize|Response size of direct method invocations|Bytes|Average|The average, min, and max of all successful direct method responses.|No Dimensions|
79-
|c2d<br>.twin<br>.read<br>.success|Successful twin reads from back end|Count|Total|The count of all successful back-end-initiated twin reads.|No Dimensions|
79+
|c2d<br>.twin<br>.read<br>.success|Successful twin reads from back end|Count|Total|The count of all successful back-end-initiated twin reads. This count doesn't include twin reads initiated from twin queries.|No Dimensions|
8080
|c2d<br>.twin<br>.read<br>.failure|Failed twin reads from back end|Count|Total|The count of all failed back-end-initiated twin reads.|No Dimensions|
8181
|c2d<br>.twin<br>.read<br>.size|Response size of twin reads from back end|Bytes|Average|The average, min, and max of all successful back-end-initiated twin reads.|No Dimensions|
8282
|c2d<br>.twin<br>.update<br>.success|Successful twin updates from back end|Count|Total|The count of all successful back-end-initiated twin updates.|No Dimensions|

0 commit comments

Comments
 (0)