From a7843263a0ccd938249a9e5f18a0c1de99d8dfca Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 10 May 2022 17:09:40 +0800 Subject: [PATCH] remove layer --- src/graphql/fragments/ebpf.ts | 1 - src/types/ebpf.d.ts | 1 - 2 files changed, 2 deletions(-) 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 };