Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.92k stars 442 forks source link

Unexpected characters in the Application Insights Trace #4731

Open soninaren opened 5 years ago

soninaren commented 5 years ago
 for(int i = 0; i < 200; i++){
      log.LogInformation("会員コード, ステータス");
   }

image

brettsam commented 5 years ago

It only happens on some of the traces? @cijothomas / @lmolkova -- any ideas here?

lmolkova commented 5 years ago

This is caused by ApplicationInsights ingestion issue and not specific to Functions or ApplicationInsights SDK. Ingestion team is looking into this, but there is no public-facing issue to track the progress.