Jacob Viau

Results 138 comments of Jacob Viau

> Going forward, Application Insights will be the only option to stream logs on the portal and other client tooling. Can you elaborate on this a bit more? Have we...

@martinjt is your concern with in-proc dotnet or out of proc? I believe @RohitRanjanMS 's comments primarily apply to out of proc. For in-proc, we will need to evaluate this...

We will be improving that story as well, it just won't be solved by giving access to the OTel SDK in the host. We are still designing it, but it...

I think this will be covered by OTel work. The function information will be part of the scope, which we will start including as a property bag.

Improved observability for functions will be covered by our OTel work #9273. We will emit FaaS compliant telemetry and you will have your choice of dashboards (whatever telemetry sink you...

Stdout for the worker is redirected to the host process. This may be not that the `Console.WriteLine` did not execute, but that the host process closed before flushing that message...

@Oberon00 are you seeing issues today with OpenTelemetry not being shutdown properly? By default, I believe host shutdown will send a SIGTERM to the worker. So regular host shutdown will...

The root issue is that https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/Workers/WorkerConsoleLogService.cs does not flush pending logs on host shutdown.

Can you elaborate on what you think we should do in this scenario? I am not sure if I see a potential solution, it just sounds like the environment does...

> @jviau Can you remove the `Update to .NET8 SDK` commit? This functionality is only available in .NET8 SDK. We will also need this when mult-targeting net8 & net6 anyways....