-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeOutException in HttpTrigger Function when DD_TRACE_ENABLED set to true #6494
Comments
We noticed similar behavior in our application, as mentioned by @ansonpinhero. This issue is occurring in .NET 8 isolated and has resulted in numerous timeouts, causing our application to fail. When we disable Datadog, it works perfectly. |
Likewise, we are encountering a similar issue with .NET 8 Azure Functions. and there is a huge performance degrade when we enable DD_TRACE. Has there been any update from the Datadog team regarding this? |
We are actively looking into this at the moment. We will follow back as we get more information. |
As an update, we've been able to reproduce the performance issue and will continue to look into the cause and provide a remediation for it. We don't see the issue if the .NET project uses We're continuing to investigate this and will follow up again. |
Thank you for the update @bouwkast |
I'm encountering a TimeoutException for an HttpTrigger function while running the Function App with Datadog instrumentation in a docker container. Notably, these errors did not occur when the config - DD_TRACE_ENABLED set to false.
I've created a github issue in azure-functions-dotnet-worker project. Please refer to this issue - Azure/azure-functions-dotnet-worker#2910
The text was updated successfully, but these errors were encountered: