Skip to content

Commit

Permalink
Enable new netty instrumentation by default
Browse files Browse the repository at this point in the history
Enabled the others in a separate PR and forgot to come back and enable this.
  • Loading branch information
tylerbenson committed Aug 23, 2018
1 parent 5a62159 commit 6b71340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public ChannelFutureListenerInstrumentation() {
super("netty", "netty-4.0");
}

@Override
protected boolean defaultEnabled() {
return false;
}

@Override
public ElementMatcher<TypeDescription> typeMatcher() {
return not(isInterface())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public ChannelFutureListenerInstrumentation() {
super("netty", "netty-4.0");
}

@Override
protected boolean defaultEnabled() {
return false;
}

@Override
public ElementMatcher<TypeDescription> typeMatcher() {
return not(isInterface())
Expand Down

0 comments on commit 6b71340

Please sign in to comment.