-
Notifications
You must be signed in to change notification settings - Fork 711
Tag more reviewers #102
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
Tag more reviewers #102
Conversation
@a-feld @lzchen @toumorokoshi need your explicit approval. |
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.
🎉
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.
Totally fine with me 👍
This is separate from the approvers/maintainers thing that is maintained in the community repo?
BTW, I think some more people should get write-access to the SIG notes Google doc too. Looks like anyone who already has access to the doc and knows their GMail addresses (or whatever they use to edit the doc) should be able to add them. |
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.
Sounds good.
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.
💯
…#102) * Add Real Span * Fix review comments - Log a warning when span is already ended. - Validate spancontext - Add serialization logic for setAttribute - Add spancontext-utils * Fix review comments, fix build, add span tests * Fix review comments - Create SpanContext in constructor once - Rename _getSpanContext to _getParentSpanContext - Rename underscore prefix from params - no-parameter-properties * Remove attribute value serialization at Span level (Serialization would happen in the default exporter) * Make isRecordingEvents=true for RealSpan * merge master * Add more tests * refactor: move real Span in basic-tracer package * chore: add codecov script * fix: add readonly * fix: store finishTime instread of duration * fix: rename _finishTime to _endTime
No description provided.