Skip to content

Commit c263ea1

Browse files
authored
Merge pull request #818 from DataDog/tyler/fix-instrumentation-name
Fix instrumentation names for apache httpasyncclient
2 parents 745fc70 + 376451c commit c263ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/apache-httpasyncclient-4/src/main/java/datadog/trace/instrumentation/apachehttpasyncclient/ApacheHttpAsyncClientInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
public class ApacheHttpAsyncClientInstrumentation extends Instrumenter.Default {
3838

3939
public ApacheHttpAsyncClientInstrumentation() {
40-
super("httpclient", "apache-httpclient", "apache-http-client");
40+
super("httpasyncclient", "apache-httpasyncclient");
4141
}
4242

4343
@Override

0 commit comments

Comments
 (0)