Skip to content
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

feat: show trace info in Rendezvous logs #1601

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

3Hren
Copy link
Member

@3Hren 3Hren commented Oct 6, 2018

No description provided.

@3Hren 3Hren added T: feature This PR/Issue adds a new feature P: low This PR/Issue has minor priority V: minor This PR/Issue required minor version to be bumped S: Rendezvous This PR/Issue changes Rendezvous labels Oct 6, 2018
Copy link
Member

@nikonov1101 nikonov1101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, such context, so logger

@3Hren 3Hren merged commit 6ced77d into master Oct 8, 2018
@3Hren 3Hren deleted the feat/rendezvous/tracing-support-in-logger branch October 8, 2018 09:09
}

spanContext, ok := span.Context().(basictracer.SpanContext)
if ok && spanContext.Sampled {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt that check for Sampled is required here. Did you check if all records in this manner do have corresponding tracing fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: low This PR/Issue has minor priority S: Rendezvous This PR/Issue changes Rendezvous T: feature This PR/Issue adds a new feature V: minor This PR/Issue required minor version to be bumped
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants