wu-sheng commented on a change in pull request #4640: Fix bug that the agent heart beats too frequently URL: https://github.com/apache/skywalking/pull/4640#discussion_r407182500
########## File path: docs/en/setup/service-agent/java-agent/README.md ########## @@ -85,7 +85,7 @@ property key | Description | Default | `agent.operation_name_threshold `|The operationName max length, setting this value > 190 is not recommended.|`150`| `agent.keep_tracing`|Keep tracing even the backend is not available if this value is `true`.|`false`| `collector.grpc_channel_check_interval`|grpc channel status check interval.|`30`| -`collector.app_and_service_register_check_interval`|application and service registry check interval.|`3`| +`collector.heartbeat_period`|application heartbeat period.|`3`| Review comment: Wrong default doc 😂 ---------------------------------------------------------------- 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] With regards, Apache Git Services
