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

[incubator-skywalking] branch exporter updated (d3111ec -> 7a78c06)

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

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


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

The 4648 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 +++++++++++
 docs/powered-by.md                                 |  5 +-
 12 files changed, 236 insertions(+), 86 deletions(-)
 create mode 100644 apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/AsyncSpan.java