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



##########
File path: docs/en/setup/service-agent/java-agent/README.md
##########
@@ -151,6 +150,8 @@ property key | Description | Default |
 `plugin.kafka.topic_segment` | Specify which Kafka topic name for traces data 
to report to. | `skywalking_segments` |
 `plugin.kafka.topic_profilings` | Specify which Kafka topic name for Thread 
Profiling snapshot to report to. | `skywalking_profilings` |
 `plugin.kafka.topic_management` | Specify which Kafka topic name for the 
register or heartbeat data of Service Instance to report to. | 
`skywalking_managements` |
+`plugin.springannotation.classname_match_regex_expression` | Match spring bean 
with regex expression for classname. | `the spring beans tagged with 
@Bean,@Service,@Dao or @Repository` |

Review comment:
       ```suggestion
   `plugin.springannotation.classname_match_regex_expression` | Match spring 
beans with regex expression for the class name. Multiple expressions could be 
separated by a comma. This only works when `Spring annotation plugin` has been 
activated. | All the spring beans tagged with @Bean,@Service,@Dao, or 
@Repository. |
   ```




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


Reply via email to