kezhenxu94 commented on a change in pull request #6194:
URL: https://github.com/apache/skywalking/pull/6194#discussion_r559072792



##########
File path: docs/en/setup/service-agent/java-agent/README.md
##########
@@ -159,6 +159,10 @@ property key | Description | Default |
 `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` |  Match spring beans with 
regular 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.` |
+`plugin.grpclog.service_host` | Specify which grpc server's host for log data 
to report to. | `127.0.0.1` |
+`plugin.grpclog.service_port` | Specify which grpc server's port for traces 
data to report to. | `8000` |

Review comment:
       > Why port is `8000`? @elk-g I think the default should be `11800`.
   
   Seems this port is of https://github.com/apache/skywalking-satellite




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