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:
parent
5a6215971a
commit
6b71340b5b
|
@ -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())
|
||||
|
|
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue