diff --git a/src/graphql/fragments/ebpf.ts b/src/graphql/fragments/ebpf.ts index 662cfb31..4a80777a 100644 --- a/src/graphql/fragments/ebpf.ts +++ b/src/graphql/fragments/ebpf.ts @@ -60,7 +60,6 @@ export const queryEBPFSchedules = { serviceName instanceId instanceName - layer agentId detectType attributes { diff --git a/src/types/ebpf.d.ts b/src/types/ebpf.d.ts index 7ca3febc..b40597ef 100644 --- a/src/types/ebpf.d.ts +++ b/src/types/ebpf.d.ts @@ -50,7 +50,6 @@ export type Process = { serviceName: string; instanceId: string; instanceName: string; - layer: string; agentId: string; detectType: string; attributes: { name: string; value: string };