-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[checkout] - add manual tracing instrumentation #164
[checkout] - add manual tracing instrumentation #164
Conversation
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.
LGTM with the nano conversion changes applied!
Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com>
Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com>
Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com>
I'm not sure why it's still asking for changes to be reviewed. They should all be resolved now. |
@mic-max can you reset your review? |
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.
Added some comments but not blockers, we can standardize the span attribute names later.
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Bumping this -- are we ok with this for now or are we gonna let it rot? |
Pierre just got back from vacation & is going to update it today or tomorrow. I briefly mentioned it in the sig meeting today |
* add manual spans and attributes * Update src/checkoutservice/main.go Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com> * Update src/checkoutservice/main.go Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com> * Update src/checkoutservice/main.go Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com> * add error event to span * reuse common attribute * reuse common attribute name Co-authored-by: Michael Maxwell <mike.ian.maxwell@gmail.com>
Fixes #56
Changes