mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add Percentage Of Root
and Percentage Of Selected
in the eBPF widget (#101)
This commit is contained in:
2
src/types/ebpf.d.ts
vendored
2
src/types/ebpf.d.ts
vendored
@@ -65,6 +65,8 @@ export type StackElement = {
|
||||
stackType: string;
|
||||
value: number;
|
||||
children?: StackElement[];
|
||||
rateOfRoot?: string;
|
||||
rateOfParent: string;
|
||||
};
|
||||
export type AnalyzationTrees = {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user