Skip to content

Commit

Permalink
Merge pull request #818 from DataDog/tyler/fix-instrumentation-name
Browse files Browse the repository at this point in the history
Fix instrumentation names for apache httpasyncclient
  • Loading branch information
tylerbenson authored May 3, 2019
2 parents 745fc70 + 376451c commit c263ea1
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 c263ea1

Please sign in to comment.