-
Notifications
You must be signed in to change notification settings - Fork 895
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
Add support for thrift #1573
Comments
Can you elaborate what kind of support are you talking about? I am not very familiar with Thrift, but uses HTTP underneath, right? So our HTTP instrumentations already should take care of creating spans for remote calls. What else, do you think, would be useful here? |
It provide the similar features like gRPC. |
you can refer to this repository : https://github.com/opentracing-contrib/java-thrift |
When will Opentelemetry support Thrift? |
Hey @ZRainc , |
I'm working on this,and will complete in next few weeks if it goes well |
Sounds great,looking forward to your completion |
Great, any update on this topic? |
https://github.com/apache/thrift
Maybe can refer to the similar implementation by skywalking https://github.com/apache/skywalking/tree/master/apm-sniffer/apm-sdk-plugin/thrift-plugin
The text was updated successfully, but these errors were encountered: