mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: update trace profiling protocol (#250)
This commit is contained in:
1
src/types/trace.d.ts
vendored
1
src/types/trace.d.ts
vendored
@@ -22,6 +22,7 @@ export interface Trace {
|
||||
start: string;
|
||||
traceIds: Array<string | any>;
|
||||
segmentId: string;
|
||||
spans: Span[];
|
||||
}
|
||||
|
||||
export interface Span {
|
||||
|
Reference in New Issue
Block a user