You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2017/12/24 10:41:24 UTC

[incubator-skywalking] branch master updated (cf72037 -> 121cabb)

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

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


    from cf72037  Merge pull request #697 from apache/fix/log-file-bug
     add 7dd6eec  support the  async function of okhttp plugin
     new 121cabb  Merge pull request #702 from ascrutae/feature/okhttpclient-async

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apm/plugin/okhttp/v3/EnqueueInterceptor.java}  | 49 ++++++++++++++--------
 .../plugin/okhttp/v3/OnFailureInterceptor.java}    | 17 ++++----
 .../plugin/okhttp/v3/OnResponseInterceptor.java}   | 17 ++++----
 .../okhttp/v3/define/CallbackInstrumentation.java} | 40 +++++++++---------
 .../okhttp/v3/define/RealCallInstrumentation.java  | 14 +++++++
 .../src/main/resources/skywalking-plugin.def       |  1 +
 6 files changed, 81 insertions(+), 57 deletions(-)
 copy apm-sniffer/apm-sdk-plugin/{jetty-plugin/jetty-client-9.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jetty/v9/client/AsyncHttpRequestSendInterceptor.java => okhttp-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/okhttp/v3/EnqueueInterceptor.java} (62%)
 copy apm-sniffer/apm-sdk-plugin/{spring-plugins/resttemplate-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/resttemplate/async/FutureGetInterceptor.java => okhttp-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/okhttp/v3/OnFailureInterceptor.java} (78%)
 copy apm-sniffer/apm-sdk-plugin/{spring-plugins/resttemplate-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/resttemplate/async/FutureGetInterceptor.java => okhttp-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/okhttp/v3/OnResponseInterceptor.java} (77%)
 copy apm-sniffer/apm-sdk-plugin/{struts2-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/struts2/define/Struts2Instrumentation.java => okhttp-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/okhttp/v3/define/CallbackInstrumentation.java} (70%)

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

[incubator-skywalking] 01/01: Merge pull request #702 from ascrutae/feature/okhttpclient-async

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 121cabb5ba433d72f5d6f1c8c2ed3d63cabd0b27
Merge: cf72037 7dd6eec
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Dec 24 18:41:20 2017 +0800

    Merge pull request #702 from ascrutae/feature/okhttpclient-async
    
    [Agent] Support the  async function of okhttp plugin

 .../apm/plugin/okhttp/v3/EnqueueInterceptor.java   | 86 ++++++++++++++++++++++
 .../apm/plugin/okhttp/v3/OnFailureInterceptor.java | 48 ++++++++++++
 .../plugin/okhttp/v3/OnResponseInterceptor.java    | 48 ++++++++++++
 ...mentation.java => CallbackInstrumentation.java} | 58 ++++++---------
 .../okhttp/v3/define/RealCallInstrumentation.java  | 14 ++++
 .../src/main/resources/skywalking-plugin.def       |  1 +
 6 files changed, 218 insertions(+), 37 deletions(-)

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