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

Make it possible to send span context over the MySQL end point #5118

Merged
merged 6 commits into from
Sep 5, 2019

Conversation

systay
Copy link
Collaborator

@systay systay commented Aug 21, 2019

This PR allows sending span context (something that carries data across process boundaries) over the MySQL protocol, by embedding it into the query in the form of a comment.

Example:

/*VT_SPAN_CONTEXT=63bd89cb673da40b:63bd89cb673da40b:0:1*/
SELECT * FROM table

@systay systay requested a review from sougou as a code owner August 21, 2019 08:33
@systay
Copy link
Collaborator Author

systay commented Aug 21, 2019

@alecthomas if you can spare the time, I would love to get your critique my golang abuse.

systay added 4 commits August 21, 2019 13:26
Signed-off-by: Andres Taylor <antaylor@squareup.com>
Signed-off-by: Andres Taylor <antaylor@squareup.com>
Signed-off-by: Andres Taylor <antaylor@squareup.com>
Signed-off-by: Andres Taylor <antaylor@squareup.com>
systay added 2 commits August 21, 2019 15:29
Signed-off-by: Andres Taylor <antaylor@squareup.com>
Signed-off-by: Andres Taylor <antaylor@squareup.com>
@sougou sougou merged commit 7fcca2e into vitessio:master Sep 5, 2019
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