Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProfilingHandlers = map[string]http.Handler{ "/debug/pprof": http.RedirectHandler("/debug/pprof/", http.StatusFound), "/debug/pprof/": http.HandlerFunc(pprof.Index), "/debug/pprof/profile": http.HandlerFunc(pprof.Profile), "/debug/pprof/symbol": http.HandlerFunc(pprof.Symbol), "/debug/pprof/trace": http.HandlerFunc(pprof.Trace), }
ProfilingHandlers is the set of profiling endpoints. This can be added to controller-runtime's metrics server via manager.Options.Metrics.ExtraHandlers.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.