mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: the log widget and the trace widget associate with each other, remove log tables on the trace widget (#128)
This commit is contained in:
3
src/types/dashboard.d.ts
vendored
3
src/types/dashboard.d.ts
vendored
@@ -47,6 +47,9 @@ export interface LayoutConfig {
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
};
|
||||
traceId?: string;
|
||||
spanId?: string;
|
||||
segmentId?: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user