mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-02 21:05:24 +00:00
fix graphql query (#84)
This commit is contained in:
parent
ca14a7d2c2
commit
0e0f2704b3
@ -48,9 +48,9 @@ export const queryEBPFTasks = {
|
||||
}`,
|
||||
};
|
||||
export const queryEBPFSchedules = {
|
||||
variable: "$taskId: ID!, $duration: Duration!",
|
||||
variable: "$taskId: ID!",
|
||||
query: `
|
||||
eBPFSchedules: queryEBPFProfilingSchedules(taskId: $taskId, duration: $duration) {
|
||||
eBPFSchedules: queryEBPFProfilingSchedules(taskId: $taskId) {
|
||||
scheduleId
|
||||
taskId
|
||||
process {
|
||||
|
@ -134,7 +134,7 @@ const msg = {
|
||||
taskId: "Task ID",
|
||||
triggerType: "Trigger Type",
|
||||
targetType: "Target Type",
|
||||
ebpfTip: "Don't have process could profiling",
|
||||
ebpfTip: "Don't have a process for profiling",
|
||||
processSelect: "Click to select processes",
|
||||
hourTip: "Select Hour",
|
||||
minuteTip: "Select Minute",
|
||||
|
Loading…
Reference in New Issue
Block a user