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