wu-sheng commented on code in PR #13502: URL: https://github.com/apache/skywalking/pull/13502#discussion_r2451916508
########## 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). + +It is delivered to the agent in the form of a task, allowing it to be enabled or disabled dynamically. +When service encounters performance issues (cpu usage, memory allocation, etc.), Pprof task can be created. Review Comment: ```suggestion When service encounters performance issues (CPU usage, memory allocation, etc.), pprof task can be created. ``` Please fix nits in your words. -- 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]
