Docker-compose healthcheck path is wrong
petrenko-hilbert opened this issue · 2 comments
petrenko-hilbert commented
Hello! Using docker image contentsquareplatform/chproxy:v1.24.0
Suggested healthcheck URL for docker compose doesn't work, I get
ERROR: 2023/05/31 17:31:51 main.go:254: "172.23.0.1:50136": unsupported path: "/ping"
It won't work neither for quick start compose config, nor for chproxy I try to set up with existing clusters
Who has to answer that healthcheck actually? It that chproxy itself, or should it forward this request to any or one of configured clusters?
sigua-cs commented
Hello @petrenko-hilbert . The healthcheck answer comes from Chproxy. We use /metrics
path for that
petrenko-hilbert commented
Thank you, that indeed works!
It's probably better to update the example