You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/29 08:34:56 UTC

[GitHub] [skywalking-rover] wu-sheng commented on a diff in pull request #19: Add could be profiling properties in to process

wu-sheng commented on code in PR #19:
URL: https://github.com/apache/skywalking-rover/pull/19#discussion_r861577466


##########
pkg/process/finders/kubernetes/finder.go:
##########
@@ -297,6 +291,10 @@ func (f *ProcessFinder) BuildEBPFProcess(ctx *base.BuildEBPFProcessContext, ps b
 			Key:   "command_line",
 			Value: ps.(*Process).cmd,
 		},
+		{
+			Key:   "could_profiling",

Review Comment:
   ```suggestion
   			Key:   "support_ebpf_profiling",
   ```
   
   `could` is mostly `spoken language`.



-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org