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/07/08 06:50:13 UTC

[GitHub] [skywalking-query-protocol] mrproliu commented on a diff in pull request #97: Add eBPF network topology profiling query

mrproliu commented on code in PR #97:
URL: https://github.com/apache/skywalking-query-protocol/pull/97#discussion_r916513543


##########
ebpf-profiling.graphqls:
##########
@@ -30,6 +30,15 @@ input EBPFProfilingTaskFixedTimeCreationRequest {
     targetType: EBPFProfilingTargetType!
 }
 
+# The request of eBPF network topology profiling ondemand task
+input EBPFProfilingOnDemandNetworkTopologyTaskRequest {
+    # define which processes under the service instance need to be profiling
+    instanceId: String
+    # define which eBPF network topology profiling task need to be extension the duration of profiling
+    # Use the task id when the task is created through instance id
+    taskId: String

Review Comment:
   The keep-alive mechanism is required on the page to keep the task continuous, so we need to pass in the task ID or instance ID to extend the task duration or create it.



-- 
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