You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/21 23:48:31 UTC

[GitHub] [pulsar] cdbartholomew commented on issue #6789: TLS Authentication on proxy prevents Prometheus metrics collection

cdbartholomew commented on issue #6789:
URL: https://github.com/apache/pulsar/issues/6789#issuecomment-617468740


   You can either configure authentication in your Prometheus scrape job or disable authentication on the proxy metrics endpoint. To disable, you should be able to set the following in your proxy.conf:
   
   ```
   authenticateMetricsEndpoint=false
   ```
   See https://github.com/apache/pulsar/pull/4921 for more details.


----------------------------------------------------------------
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:
users@infra.apache.org