mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 17:03:42 +00:00
remove process layer (#82)
This commit is contained in:
parent
a0b57d0a5a
commit
49c4c96a6a
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user