-
Notifications
You must be signed in to change notification settings - Fork 440
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
contrib/bradfitz/gomemcache: trace item info for memcached operations #642
Conversation
Currently, the memcached tracer is just creating a span and does not trace anything except env tag. This commit adds some tags of valuable information for each memcached operations. Fixes DataDog#640
There is a milestone issue. |
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.
This makes sense and I think it's a great change. I do have one concern though.
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.
Thanks for the quick turnaround. This is mostly perfect! Just one small request
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.
Very nice! Thank you! We’ll include this in the next release!
Thank you :) |
…DataDog#642) This commit adds more tags to each memcached operation, along with an option to also add assignment values. Fixes DataDog#640
…erations (DataDog#642)" (DataDog#664) This reverts commit 3f45f6d.
Currently, the memcached tracer is just creating a span and does not
trace anything except env tag. This commit adds some tags of valuable
information for each memcached operations.
Fixes #640