Fix instrumentation names for apache httpasyncclient
This commit is contained in:
parent
745fc70b58
commit
376451c031
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue