Skip to content

Commit

Permalink
Merge pull request #456 from DataDog/tyler/netty-enable
Browse files Browse the repository at this point in the history
Enable new netty instrumentation by default
  • Loading branch information
tylerbenson committed Aug 23, 2018
2 parents 5a62159 + 6b71340 commit cc9094a
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 cc9094a

Please sign in to comment.