Package debug provides http endpoints for healthcheck, metrics, and pprof debugging.
type Service struct { httpsvc.Service Builder *dag.Builder }
Service serves various http endpoints including /debug/pprof.
func (svc *Service) Start(stop <-chan struct{}) error
Start fulfills the g.Start contract. When stop is closed the http server will shutdown.