Skip to content

Commit 3362166

Browse files
committed
mapped port not mapped anymore
1 parent 69f0fd1 commit 3362166

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ void endToEndTest() {
107107
.withNetworkAliases(TARGET_SYSTEM_NETWORK_ALIAS);
108108
target.start();
109109

110-
String targetHost = target.getHost();
111-
Integer targetPort = target.getMappedPort(JMX_PORT);
112-
logger.info(
113-
"Target system started, JMX port: {} mapped to {}:{}", JMX_PORT, targetHost, targetPort);
114-
115110
scraper =
116111
new JmxScraperContainer(otlpEndpoint)
117112
.withLogConsumer(new Slf4jLogConsumer(jmxScraperLogger))

0 commit comments

Comments
 (0)