-
Notifications
You must be signed in to change notification settings - Fork 251
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
Update README #102
Update README #102
Conversation
I signed it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far! I've added comments with recommended dates.
| Tracing SDK | Alpha | Unknown | | ||
| Metrics API | Alpha | Unknown | | ||
| Metrics SDK | Alpha | Unknown | | ||
| Jaeger Trace Exporter | Alpha | Unknown | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave this as Unknown for now. I started scoping the work today, but I'm not sure exactly what's expected (UDP export to the agent only? Thrift? Protobuf? grpc? HTTP?). AFAICT we don't have an existing Jaeger client for Ruby to piggyback on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps the jaeger-client-ruby lib linked in this issue has something we can use. From my quick glance this looks more like an OpenTracing Tracer than a Jaeger client library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the link! We can definitely use that, either as a starting point or we can wrap it. I’ll dig into it some more.
Updates the README with badges, contributing information, initial release schedule, and useful links.
@fbogsany I've updated the schedule with the dates we have now and removed the Zipkin exporter from the list. Thanks for the review! |
Overview
Updates the README with badges, contributing information, initial
release schedule, and useful links.
Details
Unknown
@fbogsany and/or @mwear feel free to chime in with a good initial schedule and I'll update this PR before it's merged.