Docker image of haproxy:latest seems doesn't like "http-use-htx"

Hi @lukastribus ! Thanks a lot for your response.

So how I can get metrics to prometheus in 2.5 version? In 2.4 I’m using following config:

listen stats
  mode http
  bind *:8404
  option http-use-htx
  http-request use-service prometheus-exporter if { path /metrics }
  stats enable
  stats uri /
  stats refresh 10s