mirror of https://github.com/k3s-io/k3s
Enable pprof on the kube-proxy's healthz http server.
parent
8dfd7001f5
commit
8174cef3a3
|
@ -21,6 +21,7 @@ package app
|
|||
import (
|
||||
"net"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
|
|
Loading…
Reference in New Issue