Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOFATracer support HttpClient plugin #17

Closed
guanchao-yang opened this issue Jun 28, 2018 · 3 comments
Closed

SOFATracer support HttpClient plugin #17

guanchao-yang opened this issue Jun 28, 2018 · 3 comments
Assignees
Labels
help wanted Extra attention is needed
Projects
Milestone

Comments

@guanchao-yang
Copy link
Member

guanchao-yang commented Jun 28, 2018

SOFATracer support HttpClient plugin ,when we use Apache httpclient such as

dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.5.2</version>
</dependency>

We can print SOFATracer httpclient log and also can report to Zipkin. We suggest that httpclient version more than 4.5.0.

@HuangSheng
Copy link

@guanchao-yang 问一下,你们httpClientd的支持是用4.5.0+的版本吗?有计划兼容旧一点的4.3.0+版本么?包括3.X版本的httpClient。
还有这些都是用的plugin的方式支持吗?

@guanchao-yang
Copy link
Member Author

@HuangSheng 这些都是以 Plugin 的方式提供。首先支持的是 4.5.0 的最新版本,然后之前的 4.X 版本也会考虑支持。像 3.X 的版本,可能优先级不那么高了哈,这里期望大家一起贡献下哈。

@guanchao-yang guanchao-yang self-assigned this Aug 8, 2018
@guanchao-yang guanchao-yang added the help wanted Extra attention is needed label Aug 8, 2018
@guanchao-yang guanchao-yang added this to the 2.2.0 milestone Aug 8, 2018
@QilongZhang QilongZhang added this to To do in v2.2.0 via automation Aug 11, 2018
@guanchao-yang
Copy link
Member Author

guanchao-yang commented Aug 12, 2018

And also support http aync client plugin for SOFA Tracer .And support httpasyncclient version is 4.1.X.

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpasyncclient</artifactId>
    <version>4.1.X</version>
</dependency>

v2.2.0 automation moved this from To do to Done Aug 21, 2018
guanchao-yang added a commit that referenced this issue Oct 9, 2018
Upgrade zipkin server version to v2 (2.11.1) (#55)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
No open projects
v2.2.0
  
Done
Development

No branches or pull requests

2 participants