skywalking-java/skywalking-sdk-plugin/httpClient-4.x-plugin
ascrutae f548b014d8 新增针对方法修饰符和方法参数的埋点方法 2016-06-08 15:13:58 +08:00
..
src 新增针对方法修饰符和方法参数的埋点方法 2016-06-08 15:13:58 +08:00
README.md 提交1.0b的完整代码,用于版本发布。 2016-05-28 11:21:18 +08:00
pom.xml 提供1.0最终版本的版本号:1.0-Final。此版本将是1.0的最终版本。 2016-05-28 11:30:46 +08:00

README.md

如何追踪通过httpClient发起的http访问

  • 引入所需插件
<dependency>
  <groupId>com.ai.cloud</groupId>
  <artifactId>skywalking-httpClient-4.x-plugin</artifactId>
  <version>{latest_version}</version>
</dependency>