On 1/7/23 07:46, Willy Tarreau wrote:
Indeed, you need "option socket-stats" in the frontend that has such
listeners, so that the stats are collected per-listening socket (this
is not the case by default).

That's really cool. But I have an oddity I'd like to share and see if it needs some work.

https://www.dropbox.com/s/m54wp15wkmkrzcp/haproxy_option_socket-stats.png?dl=0

The bind config line I have for quic lists three host:port combos (the two real server IPs and the VIP), which is why it's there three times. I know you probably don't want to put info like the host:port on the stats page. Because all three host:port combos are part of the same bind line, I think it probably should have only listed the name once. Thoughts?

I will be adjusting that to three bind lines with separate names and the same options, because I do like the idea of having them separate ... but I think by default it probably should have only showed one line, not three with the same name, because it's currently one config line.

Thanks,
Shawn

Reply via email to