mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
3bc9a93c20
Fix the error logging of the promhttp handler by connecting it to the promlog setup. * Switch to go-kit/log. * Cleanup CHANGELOG. Fixes: https://github.com/prometheus/node_exporter/issues/1886 Signed-off-by: Ben Kochie <superq@gmail.com>
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
// Used in HTTP handlers, any error is handled by the server itself.
|
|
(net/http.ResponseWriter).Write
|
|
// Never check for logger errors.
|
|
(github.com/go-kit/log.Logger).Log
|