nipwaayoni / elastic-apm-php-agent

PHP Agent for Elastic APM
Other
28 stars 15 forks source link

Add async support to commit #56

Closed dstepe closed 1 year ago

dstepe commented 4 years ago

Closes #49

dstepe commented 4 years ago

I'm going to place a hold on this for now. The sending of http requests asynchronously via curl is not as straightforward as expected. It requires additional work to ensure the curl event loop completes. See:

https://github.com/guzzle/guzzle/issues/1127

Users of this package can defer sending APM data until after they have sent their own response to the client, thus deferring the blocking impact.