From 49c4c96a6aa9df6d0bb1e29315e8bb9499969d18 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Tue, 10 May 2022 17:25:56 +0800 Subject: [PATCH] remove process layer (#82) --- 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 };