mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
fix graphql query (#84)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user