-
Notifications
You must be signed in to change notification settings - Fork 810
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
Trace API Final Check #1765
Comments
@vmarchaud I am really just asking for people to take a look through the spec for things we've missed. Since those issues are tracked already and we're aware of them, they're ok. But for instance I had not realized the methods removed in #1764 were removed from the spec and I want to make sure we're not missing more things like that. |
@dyladan Oh i see, then i'll let my comment as-is since others might find it useful to know that PRs are already opened for some changes in the spec |
There is an inconsistency between
|
Shouldn't |
It looks like you are right, unless I'm missing something else, @dyladan ? |
The opentelemetry-js/packages/opentelemetry-api/src/trace/span.ts Lines 44 to 53 in 1a3f3f8
|
The actual implementation? The interface is already in. |
As we near
1.0
I want to make absolutely 100% sure that we are spec compliant before publishing. To that end, I would ask that as many people as possible, but especially @open-telemetry/javascript-maintainers and @open-telemetry/javascript-approvers take one last look hard at https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md and ensure they don't spot anything required by the spec that we do not have, or forbidden by the spec that we do have. Once we publish we cannot change.Once you have gone through the spec, please comment here and I will add your name to this list or if you have permission feel free to edit this comment.
Trace Spec Checked by:
Maintainers
Approvers
Contributors
Baggage Spec Checked by:
Maintainers
Approvers
Contributors
Context Spec Checked by:
Maintainers
Approvers
Contributors
The text was updated successfully, but these errors were encountered: