You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading our .NET 8 Function applications to use Microsoft.Azure.Functions.Worker, Microsoft.Azure.Functions.Worker.Sdk, and Microsoft.Azure.Functions.Worker.Core version 2.0.0, we noticed that logs and traces from Microsoft.Extensions.Logging no longer appear in Datadog. These applications are configured to use Agentless Logging with APM.
Hi @licoto it looks like dd-trace-dotnet doesn't yet support V2 of Microsoft.Azure.Functions.Worker.Core which would explain why you are missing logs/traces with it.
I've created a task internally for us to add support for that new version.
After upgrading our .NET 8 Function applications to use Microsoft.Azure.Functions.Worker, Microsoft.Azure.Functions.Worker.Sdk, and Microsoft.Azure.Functions.Worker.Core version 2.0.0, we noticed that logs and traces from Microsoft.Extensions.Logging no longer appear in Datadog. These applications are configured to use Agentless Logging with APM.
Environment
Temporary Resolution
To restore functionality, we downgraded to the following versions of the Azure Functions Worker libraries:
Additional Reference
We recently reported a similar issue (#292 (comment)), which was related to .NET APIs.
The text was updated successfully, but these errors were encountered: