wu-sheng commented on a change in pull request #4858:
URL: https://github.com/apache/skywalking/pull/4858#discussion_r435113107



##########
File path: docs/en/setup/service-agent/java-agent/README.md
##########
@@ -78,6 +78,8 @@ property key | Description | Default |
 `agent.span_limit_per_segment`|The max number of spans in a single segment. 
Through this config item, SkyWalking keep your application memory cost 
estimated.|300 |
 `agent.ignore_suffix`|If the operation name of the first span is included in 
this set, this segment should be ignored.|Not set|
 `agent.is_open_debugging_class`|If true, skywalking agent will save all 
instrumented classes files in `/debugging` folder. SkyWalking team may ask for 
these files in order to resolve compatible problem.|Not set|
+`agent.is_cache_enhanced_class`|If true, SkyWalking agent will cache all 
instrumented classes files to memory or disk files (decided by class cache 
mode), allow other javaagent to enhance those classes that enhanced by 
SkyWalking agent.|Not set|

Review comment:
       Why need caching, and when should use. Those should be explained clearly 
in the document. People would quite confused about what is this config for.




----------------------------------------------------------------
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]


Reply via email to