Skip to content

Commit 6db8c8d

Browse files
committed
wip: GetSpans, and GetSpanEvents working
1 parent 141e9e6 commit 6db8c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/encore/engine/trace2/trace2.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ message SpanSummary {
2424
optional bool test_skipped = 14; // whether the test was skipped
2525
optional string src_file = 15; // the source file where the span was started (if available)
2626
optional uint32 src_line = 16; // the source line where the span was started (if available)
27+
optional string parent_id = 17; // if the span has a parent, this is populated
2728

2829
enum SpanType {
2930
UNKNOWN = 0;

0 commit comments

Comments
 (0)