Merge pull request #229 from vmarmol/pprof
Adding the pprof HTTP service to cAdvisor.
This commit is contained in:
commit
026cc165e1
@ -18,6 +18,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"runtime"
|
||||
|
||||
"github.com/golang/glog"
|
||||
|
Loading…
Reference in New Issue
Block a user