michaeljmarshall opened a new pull request, #21031: URL: https://github.com/apache/pulsar/pull/21031
### Motivation In certain deployments, it is preferable to be able to disable the `/proxy-stats`, `/metrics`, and `/status.html` endpoints. ### Modifications * Add configuration named `enableProxyStatsEndpoints` to the proxy configuration. When true (default), the endpoints are all exposed. When false, they are not served. * Fix some implementation details for the proxy stats servlet configuration and the endpoints themselves ### Verifying this change This is a minor change. ### Documentation - [x] `doc-not-needed` -- 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]
