You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/28 14:53:00 UTC

[GitHub] [skywalking] ascrutae commented on issue #2774: Jetty client intercept HttpRequest send with two args may be more userful

ascrutae commented on issue #2774: Jetty client intercept HttpRequest send with two args may be more userful
URL: https://github.com/apache/skywalking/pull/2774#issuecomment-496551460
 
 
   The jetty plugin only supports to trace the `send` method, because this method is a synchronization call, but the `send` method with two parameters is the asynchronous call. If you want to supports to trace the asynchronous call, You should add new instrumentation to support it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services