Is there a way to monitor Haproxy response stats in the Browser.
For example curl -x 127.0.0.1:4444 http://ifconfig.me —>response 200
Is there a way to monitor the request response codes in the build in stats feature of haproxy?
[enter image description here][1]
And how to view request logs in log file.
My haproxy.cfg file looks like this:
[1]: https://i.stack.imgur.com/KSCR4.jpg
Haproxy running in a docker container, if run command docker logs container_id I can see the log output but request reponse codes are not displayed, how to change cfg file to display response codes in docker logs?