Closed hdonnay closed 9 months ago
The runtime.Goexit usage messes with the prometheus metrics, so this inserts a handler to catch unwinds using the documented http.ErrAbortHandler.
runtime.Goexit
prometheus
http.ErrAbortHandler
The
runtime.Goexit
usage messes with theprometheus
metrics, so this inserts a handler to catch unwinds using the documentedhttp.ErrAbortHandler
.