This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 49c4c96 remove process layer (#82)
49c4c96 is described below
commit 49c4c96a6aa9df6d0bb1e29315e8bb9499969d18
Author: Fine0830 <[email protected]>
AuthorDate: Tue May 10 17:25:56 2022 +0800
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 662cfb3..4a80777 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 7ca3feb..b40597e 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 };