update sky-agent 9.5.0 => 9.6.0

This commit is contained in:
疯狂的狮子Li
2026-03-20 11:56:44 +08:00
parent c0c8322dbf
commit d9593b1b32
255 changed files with 9 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
<logstash.version>7.4</logstash.version>
<easy-es.version>3.0.1</easy-es.version>
<elasticsearch-client.version>7.17.28</elasticsearch-client.version>
<skywalking-toolkit.version>9.5.0</skywalking-toolkit.version>
<skywalking-toolkit.version>9.6.0</skywalking-toolkit.version>
<bouncycastle.version>1.80</bouncycastle.version>
<mapstruct-plus.version>1.5.0</mapstruct-plus.version>
<mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>

View File

@@ -216,12 +216,12 @@ The following components are provided under the Apache License. See project link
The text of each license is the standard Apache 2.0 license.
raphw (byte-buddy) 1.17.6: http://bytebuddy.net/ , Apache 2.0
Google: grpc-java 1.68.1: https://github.com/grpc/grpc-java, Apache 2.0
Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0
Google: grpc-java 1.74.0: https://github.com/grpc/grpc-java, Apache 2.0
Google: gson 2.13.1: https://github.com/google/gson , Apache 2.0
Google: proto-google-common-protos 2.59.2: https://github.com/googleapis/googleapis , Apache 2.0
Google: jsr305 3.0.2: http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom , Apache 2.0
Google: guava 32.0.1: https://github.com/google/guava , Apache 2.0
netty 4.1.115: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
Google: guava 32.1.3: https://github.com/google/guava , Apache 2.0
netty 4.1.124: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
async-profiler 3.0: https://github.com/async-profiler/async-profiler/blob/v3.0/LICENSE, Apache 2.0
========================================================================

View File

@@ -38,6 +38,9 @@ agent.authentication=${SW_AGENT_AUTHENTICATION:}
# The max number of TraceSegmentRef in a single span to keep memory cost estimatable.
agent.trace_segment_ref_limit_per_span=${SW_TRACE_SEGMENT_LIMIT:500}
# The max number of logs in a single span to keep memory cost estimatable.
agent.log_limit_per_span=${SW_LOG_LIMIT_PER_SPAN:500}
# The max amount of spans in a single segment.
# Through this config item, SkyWalking keep your application memory cost estimated.
agent.span_limit_per_segment=${SW_AGENT_SPAN_LIMIT:300}

Some files were not shown because too many files have changed in this diff Show More