diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 2a96a6ba7..0e05b843d 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -22,7 +22,6 @@ import ( "math/bits" "net" "net/http" - _ "net/http/pprof" // Comment this line to disable pprof endpoint. "net/url" "os" "os/signal"