feat: update trace profiling protocol (#250)

This commit is contained in:
Fine0830
2023-03-30 09:50:14 +08:00
committed by GitHub
parent 68eea52e88
commit 55e4828adc
16 changed files with 320 additions and 142 deletions

View File

@@ -22,6 +22,7 @@ export interface Trace {
start: string;
traceIds: Array<string | any>;
segmentId: string;
spans: Span[];
}
export interface Span {