1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 06:05:50 +00:00
gitea/services/webhook
zeripath c88547ce71
Add Goroutine stack inspector to admin/monitor (#19207)
Continues on from #19202.

Following the addition of pprof labels we can now more easily understand the relationship between a goroutine and the requests that spawn them. 

This PR takes advantage of the labels and adds a few others, then provides a mechanism for the monitoring page to query the pprof goroutine profile.

The binary profile that results from this profile is immediately piped in to the google library for parsing this and then stack traces are formed for the goroutines.

If the goroutine is within a context or has been created from a goroutine within a process context it will acquire the process description labels for that process. 

The goroutines are mapped with there associate pids and any that do not have an associated pid are placed in a group at the bottom as unbound.

In this way we should be able to more easily examine goroutines that have been stuck.

A manager command `gitea manager processes` is also provided that can export the processes (with or without stacktraces) to the command line.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-31 19:01:43 +02:00
..
deliver_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
deliver.go Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00
dingtalk_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
dingtalk.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
discord_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
discord.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
feishu_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
feishu.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
general_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
general.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
main_test.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
matrix_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
matrix.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
msteams_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
msteams.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
packagist_test.go Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
packagist.go Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
payloader.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
slack_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
slack.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
telegram_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
telegram.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
webhook_test.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
webhook.go Only send webhook events to active system webhooks and only deliver to active hooks (#19234) 2022-03-28 11:17:21 +08:00
wechatwork.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00