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

TACO-35 - adding span to Request object #192

Merged
merged 2 commits into from
Mar 29, 2018

Conversation

manimaul
Copy link
Collaborator

adding a Span property to the Request interface for trace propagation

@@ -62,6 +72,20 @@ public ByteBuf body() {
return request.body();
}

// endregion
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i'm not sure if this (pragma separating multiple interface implementations) is consistent with the project style

Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah this is fine

@@ -62,6 +72,20 @@ public ByteBuf body() {
return request.body();
}

// endregion
Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah this is fine

@pdex pdex merged commit b6f2294 into xjdr:master Mar 29, 2018
@manimaul manimaul deleted the wk/TACO-35-trace-span-prop branch March 30, 2018 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants