diff --git a/haproxy_exporter.go b/haproxy_exporter.go index fca9be5..c6bdb8c 100644 --- a/haproxy_exporter.go +++ b/haproxy_exporter.go @@ -413,7 +413,6 @@ func (e *Exporter) scrape(ch chan<- prometheus.Metric) (up float64) { defer body.Close() reader := csv.NewReader(body) - reader.TrailingComma = true reader.Comment = '#' loop: