momo-jun commented on a change in pull request #14445: URL: https://github.com/apache/pulsar/pull/14445#discussion_r813828320
########## File path: site2/docs/deploy-monitoring.md ########## @@ -43,7 +43,7 @@ http://$LOCAL_ZK_SERVER:8000/metrics http://$GLOBAL_ZK_SERVER:8001/metrics ``` -The default port of local ZooKeeper is `8000` and the default port of configuration store is `8001`. You can change the default port of local ZooKeeper and configuration store by specifying system property `stats_server_port`. +The default port of local ZooKeeper is `8000` and the default port of configuration store is `8001`. You can use a different stats port by configuring `metricsProvider.httpPort` in the `conf/zookeeper.conf` file. Review comment: Thanks Yu. I've fixed that too when applying the same changes to other versions. Now this PR can be merged. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
