Merge pull request #6692 from roberthbailey/kube-proxy-pprof

Enable pprof on the kube-proxy's healthz http server.
This commit is contained in:
Daniel Smith 2015-04-10 13:46:48 -07:00
commit 111e796b94

View File

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