Skip to content

Commit 593db23

Browse files
authored
Executors indy support (#11738)
1 parent ade7c80 commit 593db23

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

instrumentation/executors/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/executors/ExecutorsInstrumentationModule.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ public ExecutorsInstrumentationModule() {
1919
super("executors");
2020
}
2121

22-
@Override
23-
public boolean isIndyModule() {
24-
return false;
25-
}
26-
2722
@Override
2823
public List<TypeInstrumentation> typeInstrumentations() {
2924
return asList(

0 commit comments

Comments
 (0)