prometheus / haproxy_exporter

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

Remove ioutil #247

Closed inosato closed 2 years ago

inosato commented 2 years ago

ioutil is deprecated from go1.16 (ref: https://go.dev/doc/go1.16#ioutil). So removed them.

Signed-off-by: inosato si17_21@yahoo.co.jp