Enable new netty instrumentation by default

Enabled the others in a separate PR and forgot to come back and enable this.
This commit is contained in:
Tyler Benson 2018-08-24 09:32:51 +10:00
parent 5a6215971a
commit 6b71340b5b
2 changed files with 0 additions and 10 deletions

View File

@ -31,11 +31,6 @@ public class ChannelFutureListenerInstrumentation extends Instrumenter.Default {
super("netty", "netty-4.0");
}
@Override
protected boolean defaultEnabled() {
return false;
}
@Override
public ElementMatcher<TypeDescription> typeMatcher() {
return not(isInterface())

View File

@ -31,11 +31,6 @@ public class ChannelFutureListenerInstrumentation extends Instrumenter.Default {
super("netty", "netty-4.0");
}
@Override
protected boolean defaultEnabled() {
return false;
}
@Override
public ElementMatcher<TypeDescription> typeMatcher() {
return not(isInterface())