Skip to content

Commit

Permalink
[Agent] fix the interceptor package name is incorrect (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascrutae authored and wu-sheng committed Mar 7, 2018
1 parent be4a8db commit 0ddec9c
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 NetflixFeignInstrumentation extends ClassInstanceMethodsEnhancePlug
/**
* Intercept class.
*/
private static final String INTERCEPT_CLASS = "org.apache.skywalking.apm.plugin.spring.cloud.netflix.feign.v11.DefaultHttpClientInterceptor";
private static final String INTERCEPT_CLASS = "org.apache.skywalking.apm.plugin.feign.http.v9.DefaultHttpClientInterceptor";

@Override protected ClassMatch enhanceClass() {
return byName(ENHANCE_CLASS);
Expand Down

0 comments on commit 0ddec9c

Please sign in to comment.