mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: filter tasks with current process ID (#282)
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user