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

support manual reporting data #14

Closed
limx198918 opened this issue Jun 19, 2018 · 5 comments
Closed

support manual reporting data #14

limx198918 opened this issue Jun 19, 2018 · 5 comments

Comments

@limx198918
Copy link

Provide Zipkin service reporting method, support manual reporting data, more flexible

@guanchao-yang
Copy link
Member

@limx198918 SOFATracer based on OpenTracing API, so we can use SOFATracer API and convert Model to Zipkin through SOFATracer API we have flexible function.

@limx198918
Copy link
Author

Where can SOFATracer API be seen?

@guanchao-yang
Copy link
Member

@limx198918 Here

@limx198918
Copy link
Author

sofatracecontext sofatracecontext = sofatracecontextholder .getsofatracecontext();
sofatracecontext能支持上报吗,里面的push方法是的吗吗?

@guanchao-yang
Copy link
Member

@limx198918 里面操作的对象是 SOFATracer Span 基于 OpenTracing 的 Span 标准,可以向 Span 中按照 OpenTracing 的方式存放 Tags 或者 Baggage,到时候模型转化的时候,会转为 Zipkin 的 模型。

guanchao-yang added a commit that referenced this issue Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants