Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 707 Bytes

processor-telemetry.md

File metadata and controls

18 lines (11 loc) · 707 Bytes

Edge Telemetry processor

Home

Overview

The telemetry processor processes all edge telemetry in that it

  • Filters out edge events and discards them (processed by the Edge Event processor).
  • Decodes binary PubSub (UADP) network messages
  • Converts PubSub Network messages into simple messages
  • Forwards these and other telemetry to a secondary Event Hub to forward to applications.

The edge telemetry processor is an event processor host and can be scaled out to handle the configured number of partitions. It connects to the "telemetry" consumer group on IoT Hub.

Docker image

docker pull mcr.microsoft.com/iot/industrial-iot-telemetry-processor:latest