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
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.
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.
We urgently need a resolution from Datadog, as this issue is preventing us from delivering our applications to production. As a workaround, we are now attempting to implement Azure Application Insights, which functions correctly. And thinking to move away from DataDog.
Datadog needs to improve its APM capabilities to address such issues effectively.
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?
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: