You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/12/15 12:37:47 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #4067: [Feature] Add Java agent plugin for Jdk Threading classes

kezhenxu94 commented on a change in pull request #4067: [Feature] Add Java agent plugin for Jdk Threading classes
URL: https://github.com/apache/skywalking/pull/4067#discussion_r357975821
 
 

 ##########
 File path: apm-sniffer/config/agent.config
 ##########
 @@ -61,4 +61,7 @@ logging.level=${SW_LOGGING_LEVEL:DEBUG}
 # logging.max_history_files=${SW_LOGGING_MAX_HISTORY_FILES:-1}
 
 # mysql plugin configuration
-# plugin.mysql.trace_sql_parameters=${SW_MYSQL_TRACE_SQL_PARAMETERS:false}
\ No newline at end of file
+# plugin.mysql.trace_sql_parameters=${SW_MYSQL_TRACE_SQL_PARAMETERS:false}
+
+# Jdk Threading configuration
+plugin.jdkthreading.threading_class_prefixes=${SW_JDK_THREADING_CLASS_PREFIXES:""}
 
 Review comment:
   > I think as an optional plugin, this is not recommended to add here.
   
   I was thinking that since it’s not activated by default, it does no harm to put the configuration here, I can comment it out if needed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services