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 2021/04/14 15:51:42 UTC

[skywalking] branch master updated (a3d60a7 -> b472703)

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 a3d60a7  [Plugin] add Lua kong component ID (#6748)
     add b472703  Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM (#6715)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../skywalking/apm/agent/core/conf/Config.java     |  5 ++
 .../apm/agent/core/context/TracingContext.java     |  6 +--
 .../core/context/ids/DistributedTraceIds.java      | 44 ------------------
 .../core/context/trace/AbstractTracingSpan.java    |  7 +++
 .../apm/agent/core/context/trace/TraceSegment.java | 53 ++++++++++------------
 .../apm/agent/core/context/ContextManagerTest.java |  9 ++--
 .../apm/plugin/dubbo/DubboInterceptorTest.java     |  2 +-
 .../apm/plugin/dubbo/DubboInterceptorTest.java     |  2 +-
 .../ServerTracingFilterInterceptorTest.java        |  2 +-
 .../jetty/v9/server/HandleInterceptorTest.java     |  2 +-
 .../apm/plugin/kafka/CallbackInterceptorTest.java  | 12 ++---
 .../plugin/kafka/KafkaConsumerInterceptorTest.java |  6 +--
 .../plugin/motan/MotanProviderInterceptorTest.java |  7 ++-
 .../pulsar/PulsarConsumerInterceptorTest.java      |  6 +--
 .../plugin/pulsar/SendCallbackInterceptorTest.java | 12 ++---
 .../SynchronousDispatcherInterceptorTest.java      |  2 +-
 .../apm/plugin/sjdbc/InterceptorTest.java          |  4 +-
 .../sofarpc/SofaRpcProviderInterceptorTest.java    |  2 +-
 .../apm/plugin/struts2/Struts2InterceptorTest.java |  2 +-
 .../plugin/tomcat78x/TomcatInvokeInterceptor.java  |  4 +-
 .../tomcat78x/TomcatInvokeInterceptorTest.java     |  2 +-
 .../plugin/undertow/v2x/TracingHandlerTest.java    |  2 +-
 .../opentracing/SkywalkingSpanActivationTest.java  | 11 +++--
 docs/en/setup/service-agent/java-agent/README.md   |  1 +
 25 files changed, 85 insertions(+), 121 deletions(-)
 delete mode 100644 apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/ids/DistributedTraceIds.java