This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 6734397  Update eBPF profiling schedule entity (#78)
6734397 is described below

commit 673439780259838a55a5c1490029eda84556eeee
Author: mrproliu <[email protected]>
AuthorDate: Sun Mar 20 23:01:14 2022 +0800

    Update eBPF profiling schedule entity (#78)
---
 ebpf-profiling.graphqls | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebpf-profiling.graphqls b/ebpf-profiling.graphqls
index 6f53690..469ed9f 100644
--- a/ebpf-profiling.graphqls
+++ b/ebpf-profiling.graphqls
@@ -94,8 +94,8 @@ type EBPFProfilingSchedule {
     scheduleId: ID!
     # profiling task ID
     taskId: ID!
-    # process ID
-    processId: ID!
+    # process entity
+    process: Process!
     # profiling schedule start timestamp(ms)
     startTime: Long!
     # profiling schedule finished timestamp(ms)

Reply via email to