-
Notifications
You must be signed in to change notification settings - Fork 499
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
Stability : Tracing #977
Comments
@open-telemetry/rust-approvers It's been a couple months like this, I know I'm not as active as the rest of you, but I feel like this wasn't intended. |
Yeah we're not currently 1.0, but we're pretty close to stable with tracing could probably commit to a 1.0 at this point and do a 2.0 if we need breaking changes. |
Perhaps we could add any last tickets to get it to Stable in https://github.com/open-telemetry/opentelemetry-rust/milestone/1 |
Yeah I like the idea to be more organzied on our milestone. |
I added basically everything related to core SDK functionality to the stabilization, if there's anything that could done after then I'd say feel free to add labels. |
For spec adherence maybe we stick with a specific release for now https://github.com/open-telemetry/opentelemetry-specification/releases/tag/v1.26.0 is the lastest. And then if something comes in then we can can defer for the purpose of getting to stable. Typically this will be better since the spec is only point releases. |
This is a tracking ticket to cover the steps and have a wholistic view over the Tracing
Multiple members should cross validate, and create issues under the API Milestone for any potential blockers
Stability API
For what is defined as stable for tracing:
We're defining stable as:
Zipkin can be stable after GA for tracing.
Docs:
.install_batch(opentelemetry::runtime::Tokio)
#731Validate:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md#traces
Historical #330
The text was updated successfully, but these errors were encountered: