mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: Implement creating tasks UI for network profiling widget (#193)
This commit is contained in:
6
src/types/ebpf.d.ts
vendored
6
src/types/ebpf.d.ts
vendored
@@ -77,3 +77,9 @@ export type ProcessNode = {
|
||||
x?: number;
|
||||
y?: number;
|
||||
};
|
||||
export interface NetworkProfilingRequest {
|
||||
uriRegex: string;
|
||||
when4xx: string;
|
||||
when5xx: string;
|
||||
minDuration: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user