Merge pull request #474 from DataDog/mar-kolya/fix-netty-version

Fix netty version in instrumentation name
This commit is contained in:
Nikolay Martynov 2018-08-31 12:35:39 -04:00 committed by GitHub
commit 52af1a2893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import net.bytebuddy.matcher.ElementMatcher;
public class ChannelFutureListenerInstrumentation extends Instrumenter.Default { public class ChannelFutureListenerInstrumentation extends Instrumenter.Default {
public ChannelFutureListenerInstrumentation() { public ChannelFutureListenerInstrumentation() {
super("netty", "netty-4.0"); super("netty", "netty-4.1");
} }
@Override @Override