feat: filter tasks with current process ID (#282)

This commit is contained in:
Fine0830
2023-06-13 14:48:38 +08:00
committed by GitHub
parent 62a82590c9
commit 8c9c339417
6 changed files with 34 additions and 18 deletions

View File

@@ -43,11 +43,27 @@ export const queryEBPFTasks = {
serviceInstanceId
serviceInstanceName
processLabels
processName
processId
taskStartTime
triggerType
fixedTriggerDuration
targetType
createTime
continuousProfilingCauses {
type
singleValue {
threshold
current
}
uri {
uriRegex
uriPath
threshold
current
}
message
}
}`,
};
export const queryEBPFSchedules = {