Enable pprof on the kube-proxy's healthz http server.

This commit is contained in:
Robert Bailey 2015-03-30 12:00:21 -07:00
parent 8dfd7001f5
commit 8174cef3a3

View File

@ -21,6 +21,7 @@ package app
import (
"net"
"net/http"
_ "net/http/pprof"
"strconv"
"time"