mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 03:09:18 +00:00
remove process layer (#82)
This commit is contained in:
@@ -60,7 +60,6 @@ export const queryEBPFSchedules = {
|
||||
serviceName
|
||||
instanceId
|
||||
instanceName
|
||||
layer
|
||||
agentId
|
||||
detectType
|
||||
attributes {
|
||||
|
1
src/types/ebpf.d.ts
vendored
1
src/types/ebpf.d.ts
vendored
@@ -50,7 +50,6 @@ export type Process = {
|
||||
serviceName: string;
|
||||
instanceId: string;
|
||||
instanceName: string;
|
||||
layer: string;
|
||||
agentId: string;
|
||||
detectType: string;
|
||||
attributes: { name: string; value: string };
|
||||
|
Reference in New Issue
Block a user