You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/16 08:26:14 UTC

[incubator-skywalking] branch master updated (e819a80 -> 3eafda2)

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 e819a80  Update powered-by.md (#2369)
     add aa2877b  Finish the prototype of async mode in Java agent core APIs.
     add b3e0435  Fix two javadoc
     add 930e73f  Finish the context based on #stopSpan result, rather than listener.
     add 584cd54  Fix test cases.
     add 32c4328  Merge branch 'master' into async-context
     add 5a2b223  Merge branch 'async-context' of https://github.com/apache/incubator-skywalking into async-context
     add a48dab5  Merge branch 'master' into async-context
     add ad37589  Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/trace/AbstractTracingSpan.java
     add cbc29c6  Merge branch 'master' into async-context
     add 397162f  Merge branch 'master' into async-context
     new 3eafda2  Merge pull request #2360 from apache/async-context

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:
 .../agent/core/context/AbstractTracerContext.java  | 36 +++++++----
 .../apm/agent/core/context/AsyncSpan.java          | 56 +++++++++++++++++
 .../apm/agent/core/context/ContextManager.java     | 37 +++++------
 .../core/context/ContextManagerExtendService.java  |  9 +--
 .../agent/core/context/IgnoredTracerContext.java   | 22 ++++---
 .../apm/agent/core/context/TracingContext.java     | 71 ++++++++++++++++------
 .../apm/agent/core/context/trace/AbstractSpan.java |  3 +-
 .../core/context/trace/AbstractTracingSpan.java    | 32 +++++++---
 .../apm/agent/core/context/trace/NoopSpan.java     |  8 +++
 .../apm/agent/core/boot/ServiceManagerTest.java    |  7 +--
 docs/en/guides/Java-Plugin-Development-Guide.md    | 36 +++++++++++
 11 files changed, 232 insertions(+), 85 deletions(-)
 create mode 100644 apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/AsyncSpan.java


[incubator-skywalking] 01/01: Merge pull request #2360 from apache/async-context

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 3eafda2865da0be3d701515bd261ce2934fdf802
Merge: e819a80 397162f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Mar 16 16:26:07 2019 +0800

    Merge pull request #2360 from apache/async-context
    
    Async core APIs in java agent

 .../agent/core/context/AbstractTracerContext.java  | 36 +++++++----
 .../apm/agent/core/context/AsyncSpan.java          | 56 +++++++++++++++++
 .../apm/agent/core/context/ContextManager.java     | 37 +++++------
 .../core/context/ContextManagerExtendService.java  |  9 +--
 .../agent/core/context/IgnoredTracerContext.java   | 22 ++++---
 .../apm/agent/core/context/TracingContext.java     | 71 ++++++++++++++++------
 .../apm/agent/core/context/trace/AbstractSpan.java |  3 +-
 .../core/context/trace/AbstractTracingSpan.java    | 32 +++++++---
 .../apm/agent/core/context/trace/NoopSpan.java     |  8 +++
 .../apm/agent/core/boot/ServiceManagerTest.java    |  7 +--
 docs/en/guides/Java-Plugin-Development-Guide.md    | 36 +++++++++++
 11 files changed, 232 insertions(+), 85 deletions(-)