Skip to content

Commit c5fc196

Browse files
committed
add missing config for scraper test
1 parent 54b8754 commit c5fc196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxScraperContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public void start() {
206206

207207
if (!targetSystems.isEmpty()) {
208208
arguments.add("-Dotel.jmx.target.system=" + String.join(",", targetSystems));
209+
arguments.add("-Dotel.jmx.target.source=" + targetSystemSource);
209210
}
210211

211212
if (serviceUrl == null) {

0 commit comments

Comments
 (0)