mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #12742 from wilsonwang371/master
debugutil: Remove extra space in trace handler route
This commit is contained in:
commit
61fef348f8
@ -36,7 +36,7 @@ func PProfHandlers() map[string]http.Handler {
|
||||
m[HTTPPrefixPProf+"/profile"] = http.HandlerFunc(pprof.Profile)
|
||||
m[HTTPPrefixPProf+"/symbol"] = http.HandlerFunc(pprof.Symbol)
|
||||
m[HTTPPrefixPProf+"/cmdline"] = http.HandlerFunc(pprof.Cmdline)
|
||||
m[HTTPPrefixPProf+"/trace "] = http.HandlerFunc(pprof.Trace)
|
||||
m[HTTPPrefixPProf+"/trace"] = http.HandlerFunc(pprof.Trace)
|
||||
m[HTTPPrefixPProf+"/heap"] = pprof.Handler("heap")
|
||||
m[HTTPPrefixPProf+"/goroutine"] = pprof.Handler("goroutine")
|
||||
m[HTTPPrefixPProf+"/threadcreate"] = pprof.Handler("threadcreate")
|
||||
|
Loading…
x
Reference in New Issue
Block a user