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 2019/01/07 04:11:40 UTC

[GitHub] ambition119 commented on issue #3289: curl http://localhost:8080/metrics return nothing

ambition119 commented on issue #3289: curl http://localhost:8080/metrics return nothing
URL: https://github.com/apache/pulsar/issues/3289#issuecomment-451816841
 
 
   @merlimat is right.  
   ```shell
   $curl -v -L http://localhost:8080/metrics 
   $wget -q -O - http://localhost:8080/metrics
   ```
   these shell command could return metrics info.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services