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