]> source.dussan.org Git - gitea.git/commit
Add pprof labels in processes and for lifecycles (#19202)
authorzeripath <art27@cantab.net>
Fri, 25 Mar 2022 12:47:12 +0000 (12:47 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Mar 2022 12:47:12 +0000 (12:47 +0000)
commit5fe764b1eb7bf4da752b047c25794316f31b68d6
treed043315969709a45b845c457c05c8b1dca6e27e1
parente48f3b05278db8b292a4211d8735913361eb27c7
Add pprof labels in processes and for lifecycles (#19202)

Use pprof labelling to help identify goroutines with stacks.

Signed-off-by: Andrew Thornton <art27@cantab.net>
modules/graceful/manager.go
modules/graceful/manager_unix.go
modules/graceful/manager_windows.go
modules/process/manager.go