Skip to content

Commit

Permalink
fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p committed Mar 18, 2024
1 parent 0d7c40d commit 2776ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public TraceInspector(Collection<ExportTraceServiceRequest> traces) {
public Stream<Span> getSpanStream() {
return traces.stream()
.flatMap(it -> it.getResourceSpansList().stream())
.flatMap(it -> it.getInstrumentationLibrarySpansList().stream())
.flatMap(it -> it.getScopeSpansList().stream())
.flatMap(it -> it.getSpansList().stream());
}

Expand Down

0 comments on commit 2776ee5

Please sign in to comment.