Azure / Azure/azure-functions-host
Fix worker metadata JSON format for linux
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
The FunctionMetrics table shows that `rpcworkerchannel.workerinitresponse.workermetadata` event data for linux is not valid JSON as it is using single quotes. JSON requires double-quotes around the keys, so Kusto cannot parse it.

Contributor guide
Assessment
This issue has not been assessed yet.