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

Fix OkHttpTracer don't send log to Zipkin bug #173

Merged
merged 2 commits into from
Feb 22, 2019

Conversation

itren
Copy link
Contributor

@itren itren commented Feb 22, 2019

Motivation:
When I test OkHttp plugin with Zipkin,I found that Zipkin don't find the remote call of OkHttp.

Modification:
SofaTracerOkHttpInterceptor will call clientReceive method when OkHttp get the response.

Result:
Zipkin can find the remote call of OkHttp.
Fixes #174

@glmapper glmapper self-requested a review February 22, 2019 08:27
@glmapper glmapper added the bug Something isn't working label Feb 22, 2019
@glmapper glmapper added this to the v2.3.3 milestone Feb 22, 2019
@glmapper glmapper merged commit f728346 into sofastack:master Feb 22, 2019
glmapper pushed a commit to glmapper/sofa-tracer that referenced this pull request Mar 11, 2019
leizhiyuan pushed a commit that referenced this pull request Apr 7, 2019
* 1、升级zipkin版本值最新版本,ui支持中文;2、修复模型转换中的一些bug,去除对RPC类型的特殊处理逻辑;3、修复Endpoint计算逻辑;4、对于zipkin中的serviceName赋值,使用按服务节点作为serviceName,不在依赖span的oparetionName

* rename zipkin's base package name to com.alipay.sofa.tracer.plugins.zipkin

* glmapper-branch-3.x-sheery-pick

* rename zipkin's base package name to com.alipay.sofa.tracer.plugins.zipkin

* cheery pick okhttp

* Fix OkHttpTracer don't send log to Zipkin bug #173 (#173)

(cherry picked from commit f728346)

* compile&code format

* cheery pick datasource

* cheery pick datasource

* cherry pick

* okhttp

* up version 3.0.3 for sampler

* up version 3.0.3 for sampler

* code format

* sheery pick

* 移除采样参数设置

* rebuild

* prepare to release 3.0.3

* prepare to release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v2.3.3
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants