mirror of https://github.com/prometheus/prometheus
Remove unnecessary pprof import (#14988)
The pattern of `import _ "net/http/pprof"` adds handlers to the default http handler, but Prometheus does not use that. There are explicit handlers in `web/web.go`. So, we can remove this line with no impact to behaviour. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>pull/14992/head
parent
5f26d86daa
commit
410fcce6f0
Loading…
Reference in new issue