mirror of https://github.com/k3s-io/k3s
add profiling to kubelet
parent
b73d64ea52
commit
7b13870b32
|
@ -23,6 +23,7 @@ import (
|
|||
"math/rand"
|
||||
"net"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"path"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
|
Loading…
Reference in New Issue