diff --git a/cadvisor.go b/cadvisor.go index fcf248ba..f360005d 100644 --- a/cadvisor.go +++ b/cadvisor.go @@ -18,6 +18,7 @@ import ( "flag" "fmt" "net/http" + _ "net/http/pprof" "runtime" "github.com/golang/glog"