Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallProfilingHandler (0.19 sec)

  1. pkg/kubelet/server/server.go

    	} else {
    		s.restfulCont.Handle(debugFlagPath, getHandlerForDisabledEndpoint("flags endpoint is disabled."))
    		return
    	}
    }
    
    // InstallProfilingHandler registers the HTTP request patterns for /debug/pprof endpoint.
    func (s *Server) InstallProfilingHandler(enableProfilingLogHandler bool, enableContentionProfiling bool) {
    	s.addMetricsBucketMatcher("debug")
    	if !enableProfilingLogHandler {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
Back to top