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

added mysql trace backend #239

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

added mysql trace backend #239

wants to merge 12 commits into from

Conversation

ayansen
Copy link
Member

@ayansen ayansen commented Feb 8, 2019

Added mysql trace backend to support storing raw spans in mysql for haystack tracing.
closes ExpediaDotCom/haystack#644

backends/mysql/pom.xml Outdated Show resolved Hide resolved
@@ -0,0 +1,21 @@
# Storage Backend - Mysql

Grpc service which can read a write spans to a mysql cluster

Choose a reason for hiding this comment

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

It might be useful for newbies to mention that mysql still needs elasticsearch for indexing. When I first looked at your branch, I quickly looked for indexing..

@ayansen
Copy link
Member Author

ayansen commented Mar 14, 2019

makes sense. Will add that in the readme.

@ayansen ayansen requested a review from ashishagg April 24, 2019 17:18
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.

[Feature Request] Add support for mysql backend to persist trace data
3 participants