Skip to content

Commit 15ad839

Browse files
committed
Comment added to test
1 parent 2d2c264 commit 15ad839

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/TomcatIntegrationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ void testCollectedMetrics(String dockerImageName, String sampleWebApplicationURL
4747
copyFilesToTarget(target, yamlFiles);
4848

4949
startTarget(target);
50+
51+
// Deploy example web application to the tomcat to enable reporting tomcat.active_session.count
52+
// metric
5053
target.execInContainer("rm", "-fr", "/usr/local/tomcat/webapps/ROOT");
5154
target.execInContainer(
5255
"curl", sampleWebApplicationURL, "-o", "/usr/local/tomcat/webapps/ROOT.war");

0 commit comments

Comments
 (0)