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

pull/6/head
Robert Bailey 2015-03-30 12:00:21 -07:00
parent 8dfd7001f5
commit 8174cef3a3
1 changed files with 1 additions and 0 deletions

View File

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