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,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}