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 serviceName
instanceId instanceId
instanceName instanceName
layer
agentId agentId
detectType detectType
attributes { attributes {

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

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