remove layer

This commit is contained in:
Qiuxia Fan 2022-05-10 17:09:40 +08:00
parent a0b57d0a5a
commit a7843263a0
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ export const queryEBPFSchedules = {
serviceName
instanceId
instanceName
layer
agentId
detectType
attributes {

1
src/types/ebpf.d.ts vendored
View File

@ -50,7 +50,6 @@ export type Process = {
serviceName: string;
instanceId: string;
instanceName: string;
layer: string;
agentId: string;
detectType: string;
attributes: { name: string; value: string };