Bob Weinand
Bob Weinand
Yeah, I wasn't 100% precise in specifying the exact circumstances. What I really wanted to say is that there was no intent in normalizing that value, just that the change...
Hey @NickStallman and everyone who long awaited this feature: 0.87.0 now finally features Laravel queue support. Laravel queue processing traces are implemented as a distributed trace, i.e. it will be...
We are actively planning on doing this in the next 2-3 months.
We now have the following .stub.php files (to be released soon as 0.85.0): - ext/ddtrace.stub.php - ext/hook/uhook.stub.php - ext/hook/uhook_attributes.stub.php @ralphschindler and @NickStallman I hope that's solving all the doc and...
We're tracking laravel queues as of 0.87.0 now, thus closing this PR :-)
I thought a bit today about how exactly to implement it (given all pre-requisite APIs like install_hook are present now). With #2347, this now generates a trace like: 
Hey @githubeto, Minimal tracing data about the requests occurring should appear since 0.82.0 with Laravel Octane running on roadrunner. I'd like to ask whether you did enable CLI? Roadrunner is...
Hey @donparapidos, We are sorry for not supporting Swoole yet. However, your comment just prompted me into looking again into the swoole project. They seem to have committed support for...
I haven't tested it, but I _think_ just judging from that commit, that ddtrace should run on v5.0.2 without crashing (proper instrumentation is still missing, but there's a chance it...
OpenSwoole does not provide an API for tracking context switches. (Development seems also to be relatively quiet there.) With Swoole, we're targeting next quarter to have a closer investigation and...