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
(in cleanup) Can't call method "get_context" on an undefined value at /usr/local/share/perl/5.36.0/OpenTracing/Implementation/DataDog/Client.pm line 439 during global destruction.
The 'received' spanId is correctly propagated, but I get a warning at the end. I don't know how to force a stack trace at that place. start() doesn't throw an exception. So $scope->close() is being called.
If I intentionally don't close the outer $scope I get the same warning plus: (in cleanup) Scope not programmatically closed before being demolished at (eval 473) line 23..
The text was updated successfully, but these errors were encountered:
I'm sorry for the late response, and I'm afraid you and I need to discuss how you have tried to setup your OpenTracing / DataDog environment.
I think I have found part of the issue, which might be related to our internal HTTP client that tries to send a HTTP request to the dd-tracer-agent (is that how it is called ?). When that request fails, the internal client can become unstable. Which, of course, needs fixing.
However, it also shows me that your environment is not working correctly.
I'll reach out to you on LinkedIn to further discuss part of the problem, as I will investigate what can be done to make this module more robust and keep folks informed what is really going on.
I get this warning:
(in cleanup) Can't call method "get_context" on an undefined value at /usr/local/share/perl/5.36.0/OpenTracing/Implementation/DataDog/Client.pm line 439 during global destruction.
When doing this:
The 'received' spanId is correctly propagated, but I get a warning at the end. I don't know how to force a stack trace at that place.
start()
doesn't throw an exception. So $scope->close() is being called.If I intentionally don't close the outer $scope I get the same warning plus:
(in cleanup) Scope not programmatically closed before being demolished at (eval 473) line 23.
.The text was updated successfully, but these errors were encountered: