You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by zh...@apache.org on 2018/01/16 07:10:44 UTC

[incubator-skywalking] 01/01: Merge pull request #758 from lytscu/develop

This is an automated email from the ASF dual-hosted git repository.

zhangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 50b1d05097f2dc2a3807039c90f6b7e45e110b5b
Merge: 6b7a429 fcc3aa7
Author: Xin,Zhang <zh...@apache.org>
AuthorDate: Tue Jan 16 15:10:39 2018 +0800

    Merge pull request #758 from lytscu/develop
    
    [Agent] Provide plugins for Apache httpcomponent AsyncClient 4.1 #588

 .../network/trace/component/ComponentsDefine.java  |   4 +-
 .../httpasyncclient-4.x-plugin/pom.xml             |  71 ++++++++
 .../httpasyncclient/v4/ConnectIterceptor.java      |  62 +++++++
 .../v4/DefaultConnectingIOReactorIterceptor.java   |  61 +++++++
 .../v4/HttpAsyncResponseConsumerInterceptor.java   |  66 ++++++++
 .../httpasyncclient/v4/HttpHostInterceptor.java    |  66 ++++++++
 .../v4/ProcessResponseInterceptor.java             |  66 ++++++++
 .../v4/SessionRequestImplIterceptor.java           |  54 +++++++
 .../httpasyncclient/v4/SetResponseInterceptor.java |  63 ++++++++
 .../httpasyncclient/v4/StateInterceptor.java       |  84 ++++++++++
 .../httpasyncclient/v4/SuccessInterceptor.java     |  61 +++++++
 .../define/AbstractNIOConnPoolInstrumentation.java |  76 +++++++++
 .../DefaultConnectingIOReactorInstrumentation.java |  91 +++++++++++
 .../v4/define/ExecuteInstrumentation.java          |  92 +++++++++++
 .../v4/define/ProcessResponseInstrumentation.java  |  74 +++++++++
 .../define/SessionRequestImplInstrumentation.java  |  74 +++++++++
 .../v4/define/StateInstrumentation.java            |  92 +++++++++++
 .../src/main/resources/skywalking-plugin.def       |   8 +
 .../httpasyncclient/v4/StateInterceptorTest.java   | 179 +++++++++++++++++++++
 .../plugin/httpasyncclient/v4/TestException.java   | 160 ++++++++++++++++++
 apm-sniffer/apm-sdk-plugin/pom.xml                 |   1 +
 21 files changed, 1504 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.