Skip to content

Commit 6e46140

Browse files
committed
add TODO for current module open impl.
1 parent 31fb5c2 commit 6e46140

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

instrumentation/rmi/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/rmi/context/jpms/RmiJpmsInstrumentationModule.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
@AutoService(InstrumentationModule.class)
2222
public class RmiJpmsInstrumentationModule extends InstrumentationModule {
2323

24+
// TODO: this instrumentation is only kept for inlined advices and will be removed once migration
25+
// to indy instrumentation is complete.
26+
//
27+
// For Indy instrumentation, this is replaced with
28+
// ExperimentalInstrumentationModule#jpmsModulesToOpen
29+
2430
public RmiJpmsInstrumentationModule() {
2531
super("rmi", "rmi-jpms");
2632
}

0 commit comments

Comments
 (0)