-
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 the processing keys #640
Comments
Hi @mingrammer! I'm not sure exactly what you mean here. Can you please try to explain in a different way for me? Maybe post a screenshot of what you're seeing and explain what you're not seeing? Specifically the part where you say:
...is unclear to me |
Here are two screenshots, one is for redis, other is for memcached. Redis in APMIt shows various information such as executed command (including used keys), current db and so on. Memcached in APMBut the memcached span shows only |
Thanks for doing this! That makes complete sense now! I think it should be fine to make this change and add more tags as long as it doesn't reveal any sensitive information! |
Thank you. I’ll send a PR for adding some tags to memcached span. |
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
Hi, @mingrammer. I have reopened this issue since we had to revert #642. We can take another look at this issue and come up with another solution. Including all keys and values in particular was the issue. We can talk about your use case more to understand what a good solution might be. |
…DataDog#642) This commit adds more tags to each memcached operation, along with an option to also add assignment values. Fixes DataDog#640
Closing this for now. Please reopen if we need to revisit this. |
Hi.
Currently, the memcached tracer is just creating a span and does not trace anything except
env
tag. So, dashboard shows onlyenv
variable, and I couldn't find any valuable information such as processing keys.It would be nice to add the
keys
tag for tracking the used key for each memcached operations. If you agree with this, I can make a PR for this.The text was updated successfully, but these errors were encountered: