Skip to content

Commit a759f7a

Browse files
Remove deprecated instrumentLibrary method (#191)
1 parent 342b8da commit a759f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/runner/src/test/java/io/awsobservability/instrumentation/smoketests/runner/SpringBootSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private List<Span> getExported() {
258258
}
259259
return exported.stream()
260260
.flatMap(req -> req.getResourceSpansList().stream())
261-
.flatMap(rs -> rs.getInstrumentationLibrarySpansList().stream())
261+
.flatMap(rs -> rs.getScopeSpansList().stream())
262262
.flatMap(ils -> ils.getSpansList().stream())
263263
.collect(toImmutableList());
264264
}

0 commit comments

Comments
 (0)