fix: polish the eBPF profiling widget (#90)

This commit is contained in:
Fine0830
2022-05-18 17:40:40 +08:00
committed by GitHub
parent 8c7fee4d86
commit 21523b8cb5
5 changed files with 45 additions and 17 deletions

2
src/types/ebpf.d.ts vendored
View File

@@ -52,7 +52,7 @@ export type Process = {
instanceName: string;
agentId: string;
detectType: string;
attributes: { name: string; value: string };
attributes: { name: string; value: string }[];
labels: string[];
};
export type StackElement = {