README.md 244 字节
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3 4 5 6
# 如何追踪通过httpClient发起的http访问?
- 引入所需插件
```xml
<dependency>
  <groupId>com.ai.cloud</groupId>
  <artifactId>skywalking-httpClient-4.x-plugin</artifactId>
7
  <version>{latest_version}</version>
wu-sheng's avatar
wu-sheng 已提交
8 9
</dependency>
```