You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/javaagent/src/test/java/io/opentelemetry/instrumentation/javaagent/jmx/JmxMetricInsightInstallerTest.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@
22
22
importjava.util.Set;
23
23
importorg.junit.jupiter.api.Test;
24
24
25
+
/**
26
+
* TODO: This test will eventually go away when all yaml files are moved from javaagent to library
27
+
* directory. When yaml file is moved from javaagent to library then appropriate item must be
28
+
* removed from JmxMetricInsightInstallerTest#FILES_TO_BE_TESTED and corresponding test must be
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/TomcatIntegrationTest.java
0 commit comments