eBPFSchedules: queryEBPFProfilingSchedules()

in src/graphql/fragments/ebpf.ts [72:92]


  eBPFSchedules: queryEBPFProfilingSchedules(taskId: $taskId) {
    scheduleId
    taskId
    process {
      id
      name
      serviceId
      serviceName
      instanceId
      instanceName
      agentId
      detectType
      attributes {
        name
        value
      }
      labels
    }
    startTime
    endTime
  }`,