remove process layer (#82)

This commit is contained in:
Fine0830 2022-05-10 17:25:56 +08:00 committed by GitHub
parent a0b57d0a5a
commit 49c4c96a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 };