AZ-220 · Question #39
You are troubleshooting an Azure IoT hub. You discover that some telemetry messages are dropped before they reach downstream processing. You suspect that IoT Hub throttling is the root cause. Which…
The correct answer is B. DeviceTelemetry. The device telemetry category tracks errors that occur at the IoT hub and are related to the telemetry pipeline. This category includes errors that occur when sending telemetry events (such as throttling) and receiving telemetry events (such as unauthorized reader). This…
Question
Options
- ARoutes
- BDeviceTelemetry
- CConnections
- DC2DCommands
How the community answered
(44 responses)- A14% (6)
- B77% (34)
- C7% (3)
- D2% (1)
Explanation
The device telemetry category tracks errors that occur at the IoT hub and are related to the telemetry pipeline. This category includes errors that occur when sending telemetry events (such as throttling) and receiving telemetry events (such as unauthorized reader). This category cannot catch errors caused by code running on the device itself. Note: The metric d2c.telemetry.ingress.sendThrottle is the number of throttling errors due to device throughput throttles. https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-monitor-resource-health
Topics
Community Discussion
No community discussion yet for this question.