wu-sheng commented on a change in pull request #5688:
URL: https://github.com/apache/skywalking/pull/5688#discussion_r508153257
##########
File path: docs/en/setup/service-agent/java-agent/README.md
##########
@@ -89,6 +89,7 @@ property key | Description | Default |
`osinfo.ipv4_list_size`| Limit the length of the ipv4 list size. |`10`|
`collector.grpc_channel_check_interval`|grpc channel status check
interval.|`30`|
`collector.heartbeat_period`|agent heartbeat report period. Unit, second.|`30`|
+`collector.times_send_properties`|How many times do report a properties to the
backend, Each time interval is {@link Collector#HEARTBEAT_PERIOD} |`10`|
Review comment:
I prefer `collector.times_send_properties` to
`collector.properties_report_period_factor`
----------------------------------------------------------------
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]