wu-sheng commented on a change in pull request #6715:
URL: https://github.com/apache/skywalking/pull/6715#discussion_r611037103
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
##########
@@ -66,6 +66,12 @@
*/
public static String IGNORE_SUFFIX =
".jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html,.svg";
+ /**
+ * The max number of TraceSegmentRef in a single span. Through this
config item, SkyWalking keep your application
+ * memory cost estimated.
Review comment:
```suggestion
* The max number of TraceSegmentRef in a single span to keep memory
cost estimatable.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]