Fix instrumentation names for apache httpasyncclient

This commit is contained in:
Tyler Benson 2019-05-03 09:58:05 -07:00
parent 745fc70b58
commit 376451c031
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.apache.http.protocol.HttpContext;
public class ApacheHttpAsyncClientInstrumentation extends Instrumenter.Default {
public ApacheHttpAsyncClientInstrumentation() {
super("httpclient", "apache-httpclient", "apache-http-client");
super("httpasyncclient", "apache-httpasyncclient");
}
@Override