Re: [go-nuts] Does pprof enabled in production gives a significant impact in performance?

2016-06-23 Thread Marcos Oliveira
Ian, Thank you for the answer. It will be bound to localhost so only engineers and SREs will have access. -- Marcos > On Jun 23, 2016, at 5:34 PM, Ian Lance Taylor wrote: > >> On Thu, Jun 23, 2016 at 12:41 PM, Marcos Oliveira wrote: >> >> We are to deploy a s

[go-nuts] Does pprof enabled in production gives a significant impact in performance?

2016-06-23 Thread Marcos Oliveira
Gophers, We are to deploy a service in production and there's the question if we should keep pprof and its HTTP handlers enabled by default in the service or if we should have a flag that enables them when needed, but that would require a restart of the service. Is a significant performance im