queryEBPFTasks: queryEBPFProfilingTasks()

in src/graphql/fragments/ebpf.ts [39:67]


  queryEBPFTasks: queryEBPFProfilingTasks(serviceId: $serviceId, serviceInstanceId: $serviceInstanceId, targets: $targets, triggerType: $triggerType) {
    taskId
    serviceName
    serviceId
    serviceInstanceId
    serviceInstanceName
    processLabels
    processName
    processId
    taskStartTime
    triggerType
    fixedTriggerDuration
    targetType
    createTime
    continuousProfilingCauses {
      type
      singleValue {
        threshold
        current
      }
      uri {
        uriRegex
        uriPath
        threshold
        current
      }
      message
    }
  }`,