Skip to content

Commit

Permalink
Update profiling.go
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino committed Sep 12, 2023
1 parent e7b9c00 commit a432cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllerutils/routes/profiling.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
)

var (
// ProfilingHandlers is list of profiling endpoints.
ProfilingHandlers = map[string]http.Handler{
"/debug/pprof": http.HandlerFunc(redirectTo("/debug/pprof/")),
"/debug/pprof/": http.HandlerFunc(pprof.Index),
Expand Down

0 comments on commit a432cde

Please sign in to comment.