gfexensa commented on issue #6134: broker prometheus metrics export fails when 
bookie is launched by the broker
URL: https://github.com/apache/pulsar/issues/6134#issuecomment-583260886
 
 
   > @gfexensa right. This is because bookie/broker using the same port of 8000 
for prometheus.
   
   The broker use a different port 8000 to expose its metrics than bookkeeper 
(8080). Its the bookkeeper httpServerPort which share the same port as the 
broker prometheus metrics.
   
   it should work if the httpServerPort is modified, but it's not exactly a 
desirable solution. IMHO, both broker prometheus port and bookkeeper http 
server port should be different, and eventually allows to specify a different 
broker port for prometheus.
   

----------------------------------------------------------------
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

Reply via email to