QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Log error when HTTP server fails to start #32

Closed candlerb closed 4 years ago

candlerb commented 4 years ago

Previously such errors were hidden (e.g. failed to bind to port)

Fixes #31

tcolgate commented 4 years ago

I'll review the error handling. I'm using log.Fatal all over the place and it rather negates the purpose of the errgroups.

tcolgate commented 4 years ago

alternative fix in 7d357ec