Skip to content

Commit

Permalink
Fix instrumentation names for apache httpasyncclient
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson committed May 3, 2019
1 parent 745fc70 commit 376451c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class ApacheHttpAsyncClientInstrumentation extends Instrumenter.Default {

public ApacheHttpAsyncClientInstrumentation() {
super("httpclient", "apache-httpclient", "apache-http-client");
super("httpasyncclient", "apache-httpasyncclient");
}

@Override
Expand Down

0 comments on commit 376451c

Please sign in to comment.