Skip to content

Commit 87bf2e4

Browse files
committed
fix smoke test runner
1 parent 2e7ccaa commit 87bf2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smoke-tests/src/main/java/io/opentelemetry/smoketest/SmokeTestRunner.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public void afterTestClass() throws IOException {
4747
if (Boolean.getBoolean("collectMetadata")) {
4848
String path = new File("").getAbsolutePath();
4949

50-
MetaDataCollector.writeTelemetryToFiles(path, metricsByScope, tracesByScope);
50+
MetaDataCollector.writeTelemetryToFiles(
51+
path, metricsByScope, tracesByScope, instrumentationScopes);
5152
}
5253
}
5354

0 commit comments

Comments
 (0)