This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
Currently, there is logging for task heartbeats. This string-based logging is useful, but unformatted. We'd like to request a properly structured piece of telemetry to be logged in Application Insights.
Ideally, the telemetry would at least include the following fields:
- task_id
- job_id
- machine_id
AB#35998