wu-sheng commented on code in PR #13502: URL: https://github.com/apache/skywalking/pull/13502#discussion_r2451888608
########## docs/en/setup/backend/backend-go-app-profiling.md: ########## @@ -0,0 +1,107 @@ +# Go App Profiling + +Go App Profiling uses the Pprof for sampling + +Pprof is bound within the auto-instrument agent and corresponds to [In-Process Profiling](../../concepts-and-designs/profiling.md#in-process-profiling). Review Comment: ```suggestion pprof is bound within the auto-instrument agent and corresponds to [In-Process Profiling](../../concepts-and-designs/profiling.md#in-process-profiling). ``` pprof is a project name. They don't use capital first letter, ref to https://github.com/google/pprof -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
