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 2020/03/08 10:35:00 UTC

[skywalking] branch master updated (0439dcc -> 74b0af9)

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/skywalking.git.


    from 0439dcc  Update Plugin-test.md (#4459)
     add 74b0af9  [Agent Core] Support lazy ContextCarrier injection and lazy peer id setting  (#4462)

No new revisions were added by this update.

Summary of changes:
 .../agent/core/context/AbstractTracerContext.java  |  3 +-
 .../apm/agent/core/context/TracingContext.java     | 77 ++++++++++++++++------
 .../apm/agent/core/context/trace/ExitSpan.java     | 31 ++++-----
 .../trace/{WithPeerInfo.java => ExitTypeSpan.java} |  9 ++-
 .../apm/agent/core/context/trace/LocalSpan.java    |  8 +++
 .../apm/agent/core/context/trace/NoopExitSpan.java |  9 ++-
 6 files changed, 100 insertions(+), 37 deletions(-)
 rename apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/trace/{WithPeerInfo.java => ExitTypeSpan.java} (81%)