You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/12/02 05:29:41 UTC

[GitHub] redgeoff opened a new pull request #1039: Fix haproxy stats

redgeoff opened a new pull request #1039: Fix haproxy stats
URL: https://github.com/apache/couchdb/pull/1039
 
 
   - `stats scope .` ends up blocking all backends
   - Renaming endpoint from `_stats` to `haproxy_stats` so that it doesn't collide with CouchDB's `_stats` endpoint
   - Added a commented out stats auth line so that you can easily password protect
   
   ## Testing recommendations
   
   Visit `http://example.com:5984/_stats` now and you won't see any stats for any backends. With my changes you will see the backend specified when you visit `http://example.com:5984/haproxy_stats`
   

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