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



##########
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. To use some Java diagnostic tools (such as BTrace, Arthas) to 
diagnose applications or add a custom javaagent to enhance classes, you need to 
enable this feature.|`false`|

Review comment:
       I think you have a very clear explanation in the FAQ doc, please 
consider to add a link here. Such as
   
   ..... you need to enable this feature. **Read this FAQ for more details**.




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