You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/process
wxiaoguang 52b319bc00
Refactor pprof labels and process desc (#32909)
* Deprecate "gopid" in log, it is not useful and requires very hacky
approach
* Remove "git.Command.SetDescription" because it is not useful and only
makes the logs too flexible
2 months ago
..
context.go Change pprof labels to be prometheus compatible (#32865) 2 months ago
error.go
manager.go Refactor pprof labels and process desc (#32909) 2 months ago
manager_exec.go
manager_stacktraces.go Refactor pprof labels and process desc (#32909) 2 months ago
manager_test.go Replace assert.Fail with assert.FailNow (#27578) 1 year ago
manager_unix.go
manager_windows.go
process.go