prometheus / haproxy_exporter

Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption
Apache License 2.0
619 stars 219 forks source link

ts=2022-01-17T08:59:49.183Z caller=haproxy_exporter.go:421 level=error msg="Unexpected error while reading CSV" err="unexpected EOF" #235

Closed mostafabayat closed 1 year ago

mostafabayat commented 2 years ago

Hello friends :) with haproxy 2.5.0 i face this error in haproxy exporter logs:

ts=2022-01-17T08:59:49.183Z caller=haproxy_exporter.go:421 level=error msg="Unexpected error while reading CSV" err="unexpected EOF"

I don't know why :( but if I reload the haproxy service, it will be fixed! thanks in advance

Heimschmiede commented 2 years ago

Since a few days I notice this issue as well. I think the problem is on haproxy side and not in haproxy_exporter. In my case I see a problem on csv export from haproxy stats site. In my opinion the following issue causes this problem: https://github.com/haproxy/haproxy/issues/1478#issue-1073245987